#FCDFB9

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

Shades of Sandy Beach #FCDFB9

Tints of Sandy Beach #FCDFB9

Color information

#FCDFB9 (or 0xFCDFB9) is unknown color: approx Sandy Beach. HEX triplet: FC, DF and B9. RGB value is (252,223,185). Sum of RGB (Red+Green+Blue) = 252+223+185=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 185 (72.66% from 255 or 28.03% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFB9 is #032046. Grayscale: #E3E3E3. Windows color (decimal): -204871 or 12181500. OLE color: 12181500.

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

Color convert

RGB252223185-
CMYK00.120.270.01
HSL34.03º91.78%85.69%-
HSV(B)34.03º26.59%98.82%-
XYZ75.2976.9756.79-
YUV227.34104.11145.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.18%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 185 (72.66% from 255) = 28.03%
R=38.18%
G=33.79%
B=28.03%

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
Decimal25222318500.120.270.0134.0391.7885.69
HexFCDFB90C1B1225c56
Octal37433727101433142134126
Binary1111110011011111101110010110011011110001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFB9; }

 p { color: rgb(252,223,185); }

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

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

 a { background-color: rgb(252,223,185); }

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

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

 span { border-color: rgb(252,223,185); }

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