Shades of Blanched Almond #FEE9CE
Tints of Blanched Almond #FEE9CE
RGB
CMYK
RGB Variations
Color information
#FEE9CE (or 0xFEE9CE) is known color: Blanched Almond. HEX triplet: FE, E9 and CE. RGB value is (254,233,206). Sum of RGB (Red+Green+Blue) = 254+233+206=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 233 (91.41% from 255 or 33.62% from 693); Blue value is 206 (80.86% from 255 or 29.73% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9CE is #011631. Grayscale: #ECECEC. Windows color (decimal): -71218 or 13560318. OLE color: 13560318.
HSL color Cylindrical-coordinate representation of color #FEE9CE: hue angle of 33.75º 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 #FEE9CE is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 206 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.00 |
| HSL | 33.75º | 0.96% | 0.9% | - |
| HSV(B) | 33.75º | 0.19% | 1% | - |
| XYZ | 81.15 | 83.8 | 70.29 | - |
| YUV | 236.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 206 | 0 | 0.08 | 0.19 | 0.00 | 33.75 | 0.96 | 0.9 |
| Hex | FE | E9 | CE | 0 | 8 | 13 | 0 | 22 | 60 | 5A |
| Octal | 376 | 351 | 316 | 0 | 10 | 23 | 0 | 42 | 140 | 132 |
| Binary | 11111110 | 11101001 | 11001110 | 0 | 1000 | 10011 | 0 | 100010 | 1100000 | 1011010 |
Color Harmonies of #FEE9CE
Complementary color
Monochromatic Colors of #FEE9CE
Black with #FEE9CE
Text Example
Text Example
White with #FEE9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9CE; }
p { color: rgb(254,233,206); }
H1.HeaderClassName
{
color: #FEE9CE;
}
.AnyTagClassName
{
color: #FEE9CE;
}
</style>
background-color css
<style>
a { background-color: #FEE9CE; }
a { background-color: rgb(254,233,206); }
div.DivClassName
{
background-color: #FEE9CE;
}
.BgClassName
{
background-color: #FEE9CE;
}
</style>
border-color css
<style>
span { border-color: #FEE9CE; }
span { border-color: rgb(254,233,206); }
td.TdClassName
{
border-color: #FEE9CE;
}
.TagClassName
{
border-color: #FEE9CE;
}
</style>