Shades of Blanched Almond #FEE8C9
Tints of Blanched Almond #FEE8C9
RGB
CMYK
RGB Variations
Color information
#FEE8C9 (or 0xFEE8C9) is known color: Blanched Almond. HEX triplet: FE, E8 and C9. RGB value is (254,232,201). Sum of RGB (Red+Green+Blue) = 254+232+201=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 201 (78.91% from 255 or 29.26% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8C9 is #011736. Grayscale: #EBEBEB. Windows color (decimal): -71479 or 13232382. OLE color: 13232382.
HSL color Cylindrical-coordinate representation of color #FEE8C9: hue angle of 35.09º 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 #FEE8C9 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 232 | 201 | - |
CMYK | 0 | 0.09 | 0.21 | 0.00 |
HSL | 35.09º | 0.96% | 0.89% | - |
HSV(B) | 35.09º | 0.21% | 1% | - |
XYZ | 80.27 | 83 | 67.05 | - |
YUV | 235.04 | 108.79 | 141.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 232 | 201 | 0 | 0.09 | 0.21 | 0.00 | 35.09 | 0.96 | 0.89 |
Hex | FE | E8 | C9 | 0 | 9 | 15 | 0 | 23 | 60 | 59 |
Octal | 376 | 350 | 311 | 0 | 11 | 25 | 0 | 43 | 140 | 131 |
Binary | 11111110 | 11101000 | 11001001 | 0 | 1001 | 10101 | 0 | 100011 | 1100000 | 1011001 |
Color Harmonies of #FEE8C9
Complementary color
Monochromatic Colors of #FEE8C9
Black with #FEE8C9
Text Example
Text Example
White with #FEE8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8C9; }
p { color: rgb(254,232,201); }
H1.HeaderClassName
{
color: #FEE8C9;
}
.AnyTagClassName
{
color: #FEE8C9;
}
</style>
background-color css
<style>
a { background-color: #FEE8C9; }
a { background-color: rgb(254,232,201); }
div.DivClassName
{
background-color: #FEE8C9;
}
.BgClassName
{
background-color: #FEE8C9;
}
</style>
border-color css
<style>
span { border-color: #FEE8C9; }
span { border-color: rgb(254,232,201); }
td.TdClassName
{
border-color: #FEE8C9;
}
.TagClassName
{
border-color: #FEE8C9;
}
</style>