Shades of Blanched Almond #FEE9CF
Tints of Blanched Almond #FEE9CF
RGB
CMYK
RGB Variations
Color information
#FEE9CF (or 0xFEE9CF) is known color: Blanched Almond. HEX triplet: FE, E9 and CF. RGB value is (254,233,207). Sum of RGB (Red+Green+Blue) = 254+233+207=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 207 (81.25% from 255 or 29.83% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9CF is #011630. Grayscale: #ECECEC. Windows color (decimal): -71217 or 13625854. OLE color: 13625854.
HSL color Cylindrical-coordinate representation of color #FEE9CF: hue angle of 33.19º 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 #FEE9CF is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 207 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.00 |
| HSL | 33.19º | 0.96% | 0.9% | - |
| HSV(B) | 33.19º | 0.19% | 1% | - |
| XYZ | 81.27 | 83.85 | 70.93 | - |
| YUV | 236.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 207 | 0 | 0.08 | 0.19 | 0.00 | 33.19 | 0.96 | 0.9 |
| Hex | FE | E9 | CF | 0 | 8 | 13 | 0 | 21 | 60 | 5A |
| Octal | 376 | 351 | 317 | 0 | 10 | 23 | 0 | 41 | 140 | 132 |
| Binary | 11111110 | 11101001 | 11001111 | 0 | 1000 | 10011 | 0 | 100001 | 1100000 | 1011010 |
Color Harmonies of #FEE9CF
Complementary color
Monochromatic Colors of #FEE9CF
Black with #FEE9CF
Text Example
Text Example
White with #FEE9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9CF; }
p { color: rgb(254,233,207); }
H1.HeaderClassName
{
color: #FEE9CF;
}
.AnyTagClassName
{
color: #FEE9CF;
}
</style>
background-color css
<style>
a { background-color: #FEE9CF; }
a { background-color: rgb(254,233,207); }
div.DivClassName
{
background-color: #FEE9CF;
}
.BgClassName
{
background-color: #FEE9CF;
}
</style>
border-color css
<style>
span { border-color: #FEE9CF; }
span { border-color: rgb(254,233,207); }
td.TdClassName
{
border-color: #FEE9CF;
}
.TagClassName
{
border-color: #FEE9CF;
}
</style>