#FCE9CB

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

Shades of Blanched Almond #FCE9CB

Tints of Blanched Almond #FCE9CB

Color information

#FCE9CB (or 0xFCE9CB) is unknown color: approx Blanched Almond. HEX triplet: FC, E9 and CB. RGB value is (252,233,203). Sum of RGB (Red+Green+Blue) = 252+233+203=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9CB is #031634. Grayscale: #EBEBEB. Windows color (decimal): -202293 or 13363708. OLE color: 13363708.

HSL color Cylindrical-coordinate representation of color #FCE9CB: hue angle of 36.73º 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 #FCE9CB is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB252233203-
CMYK00.080.190.01
HSL36.73º89.09%89.22%-
HSV(B)36.73º19.44%98.82%-
XYZ80.0683.2968.36-
YUV235.26109.79139.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 233 (91.41% from 255) = 33.87%
BLUE value IS 203 (79.69% from 255) = 29.51%
R=36.63%
G=33.87%
B=29.51%

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
Decimal25223320300.080.190.0136.7389.0989.22
HexFCE9CB08131255959
Octal37435131301023145131131
Binary1111110011101001110010110100010011110010110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE9CB; }

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

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

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

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

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

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

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

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