#FCDDB7

Color #FCDDB7 Sandy Beach (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Beach #FCDDB7

Tints of Sandy Beach #FCDDB7

Color information

#FCDDB7 (or 0xFCDDB7) is unknown color: approx Sandy Beach. HEX triplet: FC, DD and B7. RGB value is (252,221,183). Sum of RGB (Red+Green+Blue) = 252+221+183=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 183 (71.88% from 255 or 27.90% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDB7 is #032248. Grayscale: #E2E2E2. Windows color (decimal): -205385 or 12049916. OLE color: 12049916.

HSL color Cylindrical-coordinate representation of color #FCDDB7: hue angle of 33.04º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCDDB7 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252221183-
CMYK00.120.270.01
HSL33.04º92%85.29%-
HSV(B)33.04º27.38%98.82%-
XYZ74.5575.8355.51-
YUV225.94103.77146.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 221 (86.72% from 255) = 33.69%
BLUE value IS 183 (71.88% from 255) = 27.90%
R=38.41%
G=33.69%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222118300.120.270.0133.049285.29
HexFCDDB70C1B1215c55
Octal37433526701433141134125
Binary1111110011011101101101110110011011110000110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDDB7; }

 p { color: rgb(252,221,183); }

 H1.HeaderClassName
 {
   color: #FCDDB7;
 }
 .AnyTagClassName
 {
   color: #FCDDB7;
 }
</style>
background-color css

<style>
 a { background-color: #FCDDB7; }

 a { background-color: rgb(252,221,183); }

 div.DivClassName
 {
   background-color: #FCDDB7;
 }
 .BgClassName
 {
   background-color: #FCDDB7;
 }
</style>
border-color css

<style>
 span { border-color: #FCDDB7; }

 span { border-color: rgb(252,221,183); }

 td.TdClassName
 {
   border-color: #FCDDB7;
 }
 .TagClassName
 {
   border-color: #FCDDB7;
 }
</style>