#FEE8C9

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

Shades of Blanched Almond #FEE8C9

Tints of Blanched Almond #FEE8C9

Color information

#FEE8C9 (or 0xFEE8C9) is unknown color: approx Blanched Almond. HEX triplet: FE, E8 and C9. RGB value is (254,232,201). Sum of RGB (Red+Green+Blue) = 254+232+201=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 201 (78.91% from 255 or 29.26% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8C9 is #011736. Grayscale: #EBEBEB. Windows color (decimal): -71479 or 13232382. OLE color: 13232382.

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

Color convert

RGB254232201-
CMYK00.090.210.00
HSL35.09º96.36%89.22%-
HSV(B)35.09º20.87%99.61%-
XYZ80.278367.05-
YUV235.04108.79141.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 232 (91.02% from 255) = 33.77%
BLUE value IS 201 (78.91% from 255) = 29.26%
R=36.97%
G=33.77%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423220100.090.210.0035.0996.3689.22
HexFEE8C909150236059
Octal37635031101125043140131
Binary1111111011101000110010010100110101010001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE8C9; }

 p { color: rgb(254,232,201); }

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

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

 a { background-color: rgb(254,232,201); }

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

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

 span { border-color: rgb(254,232,201); }

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