#FEE9C8

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

Shades of Blanched Almond #FEE9C8

Tints of Blanched Almond #FEE9C8

Color information

#FEE9C8 (or 0xFEE9C8) is unknown color: approx Blanched Almond. HEX triplet: FE, E9 and C8. RGB value is (254,233,200). Sum of RGB (Red+Green+Blue) = 254+233+200=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 200 (78.52% from 255 or 29.11% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9C8 is #011637. Grayscale: #EBEBEB. Windows color (decimal): -71224 or 13167102. OLE color: 13167102.

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

Color convert

RGB254233200-
CMYK00.080.210.00
HSL36.67º96.43%89.02%-
HSV(B)36.67º21.26%99.61%-
XYZ80.4483.5266.52-
YUV235.52107.96141.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 233 (91.41% from 255) = 33.92%
BLUE value IS 200 (78.52% from 255) = 29.11%
R=36.97%
G=33.92%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423320000.080.210.0036.6796.4389.02
HexFEE9C808150256059
Octal37635131001025045140131
Binary1111111011101001110010000100010101010010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE9C8; }

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

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

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

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

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

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

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

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