Shades of Blanched Almond #FEE8CF
Tints of Blanched Almond #FEE8CF
RGB
CMYK
RGB Variations
Color information
#FEE8CF (or 0xFEE8CF) is known color: Blanched Almond. HEX triplet: FE, E8 and CF. RGB value is (254,232,207). Sum of RGB (Red+Green+Blue) = 254+232+207=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 207 (81.25% from 255 or 29.87% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8CF is #011730. Grayscale: #EBEBEB. Windows color (decimal): -71473 or 13625598. OLE color: 13625598.
HSL color Cylindrical-coordinate representation of color #FEE8CF: hue angle of 31.91º 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 #FEE8CF is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 207 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.00 |
| HSL | 31.91º | 0.96% | 0.9% | - |
| HSV(B) | 31.91º | 0.19% | 1% | - |
| XYZ | 80.99 | 83.29 | 70.84 | - |
| YUV | 235.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 207 | 0 | 0.09 | 0.19 | 0.00 | 31.91 | 0.96 | 0.9 |
| Hex | FE | E8 | CF | 0 | 9 | 13 | 0 | 20 | 60 | 5A |
| Octal | 376 | 350 | 317 | 0 | 11 | 23 | 0 | 40 | 140 | 132 |
| Binary | 11111110 | 11101000 | 11001111 | 0 | 1001 | 10011 | 0 | 100000 | 1100000 | 1011010 |
Color Harmonies of #FEE8CF
Complementary color
Monochromatic Colors of #FEE8CF
Black with #FEE8CF
Text Example
Text Example
White with #FEE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8CF; }
p { color: rgb(254,232,207); }
H1.HeaderClassName
{
color: #FEE8CF;
}
.AnyTagClassName
{
color: #FEE8CF;
}
</style>
background-color css
<style>
a { background-color: #FEE8CF; }
a { background-color: rgb(254,232,207); }
div.DivClassName
{
background-color: #FEE8CF;
}
.BgClassName
{
background-color: #FEE8CF;
}
</style>
border-color css
<style>
span { border-color: #FEE8CF; }
span { border-color: rgb(254,232,207); }
td.TdClassName
{
border-color: #FEE8CF;
}
.TagClassName
{
border-color: #FEE8CF;
}
</style>