#FEE8CC

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

Shades of Blanched Almond #FEE8CC

Tints of Blanched Almond #FEE8CC

Color information

#FEE8CC (or 0xFEE8CC) is unknown color: approx Blanched Almond. HEX triplet: FE, E8 and CC. RGB value is (254,232,204). Sum of RGB (Red+Green+Blue) = 254+232+204=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 204 (80.08% from 255 or 29.57% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8CC is #011733. Grayscale: #EBEBEB. Windows color (decimal): -71476 or 13428990. OLE color: 13428990.

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

Color convert

RGB254232204-
CMYK00.090.200.00
HSL33.6º96.15%89.8%-
HSV(B)33.6º19.69%99.61%-
XYZ80.6383.1468.93-
YUV235.39110.29141.28-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 232 (91.02% from 255) = 33.62%
BLUE value IS 204 (80.08% from 255) = 29.57%
R=36.81%
G=33.62%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423220400.090.200.0033.696.1589.8
HexFEE8CC0914022605a
Octal37635031401124042140132
Binary1111111011101000110011000100110100010001011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE8CC; }

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

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

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

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

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

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

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

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