#FCDFBD

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

Shades of Sandy Beach #FCDFBD

Tints of Sandy Beach #FCDFBD

Color information

#FCDFBD (or 0xFCDFBD) is unknown color: approx Sandy Beach. HEX triplet: FC, DF and BD. RGB value is (252,223,189). Sum of RGB (Red+Green+Blue) = 252+223+189=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 189 (74.22% from 255 or 28.46% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFBD is #032042. Grayscale: #E3E3E3. Windows color (decimal): -204867 or 12443644. OLE color: 12443644.

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

Color convert

RGB252223189-
CMYK00.120.250.01
HSL32.38º91.3%86.47%-
HSV(B)32.38º25%98.82%-
XYZ75.7277.1459.04-
YUV227.79106.11145.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.95%
GREEN value IS 223 (87.5% from 255) = 33.58%
BLUE value IS 189 (74.22% from 255) = 28.46%
R=37.95%
G=33.58%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222318900.120.250.0132.3891.386.47
HexFCDFBD0C191205b56
Octal37433727501431140133126
Binary1111110011011111101111010110011001110000010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFBD; }

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

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

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

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

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

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

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

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