#FCE8CB

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

Shades of Blanched Almond #FCE8CB

Tints of Blanched Almond #FCE8CB

Color information

#FCE8CB (or 0xFCE8CB) is unknown color: approx Blanched Almond. HEX triplet: FC, E8 and CB. RGB value is (252,232,203). Sum of RGB (Red+Green+Blue) = 252+232+203=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8CB is #031734. Grayscale: #EAEAEA. Windows color (decimal): -202549 or 13363452. OLE color: 13363452.

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

Color convert

RGB252232203-
CMYK00.080.190.01
HSL35.51º89.09%89.22%-
HSV(B)35.51º19.44%98.82%-
XYZ79.7882.7268.26-
YUV234.67110.13140.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.68%
GREEN value IS 232 (91.02% from 255) = 33.77%
BLUE value IS 203 (79.69% from 255) = 29.55%
R=36.68%
G=33.77%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223220300.080.190.0135.5189.0989.22
HexFCE8CB08131245959
Octal37435031301023144131131
Binary1111110011101000110010110100010011110010010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE8CB; }

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

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

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

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

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

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

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

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