#FEE9CD

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

Shades of Blanched Almond #FEE9CD

Tints of Blanched Almond #FEE9CD

Color information

#FEE9CD (or 0xFEE9CD) is unknown color: approx Blanched Almond. HEX triplet: FE, E9 and CD. RGB value is (254,233,205). Sum of RGB (Red+Green+Blue) = 254+233+205=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 205 (80.47% from 255 or 29.62% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9CD is #011632. Grayscale: #ECECEC. Windows color (decimal): -71219 or 13494782. OLE color: 13494782.

HSL color Cylindrical-coordinate representation of color #FEE9CD: hue angle of 34.29º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEE9CD is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB254233205-
CMYK00.080.190.00
HSL34.29º96.08%90%-
HSV(B)34.29º19.29%99.61%-
XYZ81.0383.7669.65-
YUV236.09110.46140.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.71%
GREEN value IS 233 (91.41% from 255) = 33.67%
BLUE value IS 205 (80.47% from 255) = 29.62%
R=36.71%
G=33.67%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423320500.080.190.0034.2996.0890
HexFEE9CD0813022605a
Octal37635131501023042140132
Binary1111111011101001110011010100010011010001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE9CD; }

 p { color: rgb(254,233,205); }

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

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

 a { background-color: rgb(254,233,205); }

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

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

 span { border-color: rgb(254,233,205); }

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