#FEE8CF

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

Shades of Blanched Almond #FEE8CF

Tints of Blanched Almond #FEE8CF

Color information

#FEE8CF (or 0xFEE8CF) is unknown color: approx Blanched Almond. HEX triplet: FE, E8 and CF. RGB value is (254,232,207). Sum of RGB (Red+Green+Blue) = 254+232+207=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 207 (81.25% from 255 or 29.87% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8CF is #011730. Grayscale: #EBEBEB. Windows color (decimal): -71473 or 13625598. OLE color: 13625598.

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

Color convert

RGB254232207-
CMYK00.090.190.00
HSL31.91º95.92%90.39%-
HSV(B)31.91º18.5%99.61%-
XYZ80.9983.2970.84-
YUV235.73111.79141.03-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.65%
GREEN value IS 232 (91.02% from 255) = 33.48%
BLUE value IS 207 (81.25% from 255) = 29.87%
R=36.65%
G=33.48%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423220700.090.190.0031.9195.9290.39
HexFEE8CF0913020605a
Octal37635031701123040140132
Binary1111111011101000110011110100110011010000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE8CF; }

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

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

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

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

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

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

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

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