#FCE9D1

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

Shades of Blanched Almond #FCE9D1

Tints of Blanched Almond #FCE9D1

Color information

#FCE9D1 (or 0xFCE9D1) is unknown color: approx Blanched Almond. HEX triplet: FC, E9 and D1. RGB value is (252,233,209). Sum of RGB (Red+Green+Blue) = 252+233+209=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 209 (82.03% from 255 or 30.12% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9D1 is #03162E. Grayscale: #ECECEC. Windows color (decimal): -202287 or 13756924. OLE color: 13756924.

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

Color convert

RGB252233209-
CMYK00.080.170.01
HSL33.49º87.76%90.39%-
HSV(B)33.49º17.06%98.82%-
XYZ80.7983.5872.2-
YUV235.94112.79139.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.31%
GREEN value IS 233 (91.41% from 255) = 33.57%
BLUE value IS 209 (82.03% from 255) = 30.12%
R=36.31%
G=33.57%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223320900.080.170.0133.4987.7690.39
HexFCE9D10811121585a
Octal37435132101021141130132
Binary1111110011101001110100010100010001110000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE9D1; }

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

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

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

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

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

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

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

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