#FEEAC9

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

Shades of Blanched Almond #FEEAC9

Tints of Blanched Almond #FEEAC9

Color information

#FEEAC9 (or 0xFEEAC9) is unknown color: approx Blanched Almond. HEX triplet: FE, EA and C9. RGB value is (254,234,201). Sum of RGB (Red+Green+Blue) = 254+234+201=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 201 (78.91% from 255 or 29.17% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAC9 is #011536. Grayscale: #ECECEC. Windows color (decimal): -70967 or 13232894. OLE color: 13232894.

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

Color convert

RGB254234201-
CMYK00.080.210.00
HSL37.36º96.36%89.22%-
HSV(B)37.36º20.87%99.61%-
XYZ80.8484.1367.24-
YUV236.22108.13140.68-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.87%
GREEN value IS 234 (91.80% from 255) = 33.96%
BLUE value IS 201 (78.91% from 255) = 29.17%
R=36.87%
G=33.96%
B=29.17%

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
Decimal25423420100.080.210.0037.3696.3689.22
HexFEEAC908150256059
Octal37635231101025045140131
Binary1111111011101010110010010100010101010010111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEAC9; }

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

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

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

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

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

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

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

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