#FEE8CA

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

Shades of Blanched Almond #FEE8CA

Tints of Blanched Almond #FEE8CA

Color information

#FEE8CA (or 0xFEE8CA) is unknown color: approx Blanched Almond. HEX triplet: FE, E8 and CA. RGB value is (254,232,202). Sum of RGB (Red+Green+Blue) = 254+232+202=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8CA is #011735. Grayscale: #EBEBEB. Windows color (decimal): -71478 or 13297918. OLE color: 13297918.

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

Color convert

RGB254232202-
CMYK00.090.200.00
HSL34.62º96.3%89.41%-
HSV(B)34.62º20.47%99.61%-
XYZ80.3983.0567.67-
YUV235.16109.29141.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 232 (91.02% from 255) = 33.72%
BLUE value IS 202 (79.30% from 255) = 29.36%
R=36.92%
G=33.72%
B=29.36%

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
Decimal25423220200.090.200.0034.6296.389.41
HexFEE8CA09140236059
Octal37635031201124043140131
Binary1111111011101000110010100100110100010001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE8CA; }

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

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

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

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

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

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

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

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