#FCDFBB

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

Shades of Sandy Beach #FCDFBB

Tints of Sandy Beach #FCDFBB

Color information

#FCDFBB (or 0xFCDFBB) is unknown color: approx Sandy Beach. HEX triplet: FC, DF and BB. RGB value is (252,223,187). Sum of RGB (Red+Green+Blue) = 252+223+187=662 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.07% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 187 (73.44% from 255 or 28.25% from 662); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFBB is #032044. Grayscale: #E3E3E3. Windows color (decimal): -204869 or 12312572. OLE color: 12312572.

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

Color convert

RGB252223187-
CMYK00.120.260.01
HSL33.23º91.55%86.08%-
HSV(B)33.23º25.79%98.82%-
XYZ75.577.0657.91-
YUV227.57105.11145.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.07%
GREEN value IS 223 (87.5% from 255) = 33.69%
BLUE value IS 187 (73.44% from 255) = 28.25%
R=38.07%
G=33.69%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222318700.120.260.0133.2391.5586.08
HexFCDFBB0C1A1215c56
Octal37433727301432141134126
Binary1111110011011111101110110110011010110000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDFBB; }

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

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

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

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

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

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

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

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