#FCE8CF

Color #FCE8CF Blanched Almond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blanched Almond #FCE8CF

Tints of Blanched Almond #FCE8CF

Color information

#FCE8CF (or 0xFCE8CF) is unknown color: approx Blanched Almond. HEX triplet: FC, E8 and CF. RGB value is (252,232,207). Sum of RGB (Red+Green+Blue) = 252+232+207=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 207 (81.25% from 255 or 29.96% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8CF is #031730. Grayscale: #EBEBEB. Windows color (decimal): -202545 or 13625596. OLE color: 13625596.

HSL color Cylindrical-coordinate representation of color #FCE8CF: hue angle of 33.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCE8CF is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB252232207-
CMYK00.080.180.01
HSL33.33º88.24%90%-
HSV(B)33.33º17.86%98.82%-
XYZ80.2682.9170.81-
YUV235.13112.13140.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.47%
GREEN value IS 232 (91.02% from 255) = 33.57%
BLUE value IS 207 (81.25% from 255) = 29.96%
R=36.47%
G=33.57%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223220700.080.180.0133.3388.2490
HexFCE8CF0812121585a
Octal37435031701022141130132
Binary1111110011101000110011110100010010110000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE8CF; }

 p { color: rgb(252,232,207); }

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

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

 a { background-color: rgb(252,232,207); }

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

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

 span { border-color: rgb(252,232,207); }

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