Shades of Blanched Almond #FEE9D0
Tints of Blanched Almond #FEE9D0
RGB
CMYK
RGB Variations
Color information
#FEE9D0 (or 0xFEE9D0) is known color: Blanched Almond. HEX triplet: FE, E9 and D0. RGB value is (254,233,208). Sum of RGB (Red+Green+Blue) = 254+233+208=695 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.55% from 695); Green value is 233 (91.41% from 255 or 33.53% from 695); Blue value is 208 (81.64% from 255 or 29.93% from 695); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9D0 is #01162F. Grayscale: #ECECEC. Windows color (decimal): -71216 or 13691390. OLE color: 13691390.
HSL color Cylindrical-coordinate representation of color #FEE9D0: hue angle of 32.61º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FEE9D0 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 208 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.00 |
| HSL | 32.61º | 0.96% | 0.91% | - |
| HSV(B) | 32.61º | 0.18% | 1% | - |
| XYZ | 81.4 | 83.9 | 71.58 | - |
| YUV | 236.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 208 | 0 | 0.08 | 0.18 | 0.00 | 32.61 | 0.96 | 0.91 |
| Hex | FE | E9 | D0 | 0 | 8 | 12 | 0 | 21 | 60 | 5B |
| Octal | 376 | 351 | 320 | 0 | 10 | 22 | 0 | 41 | 140 | 133 |
| Binary | 11111110 | 11101001 | 11010000 | 0 | 1000 | 10010 | 0 | 100001 | 1100000 | 1011011 |
Color Harmonies of #FEE9D0
Complementary color
Monochromatic Colors of #FEE9D0
Black with #FEE9D0
Text Example
Text Example
White with #FEE9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9D0; }
p { color: rgb(254,233,208); }
H1.HeaderClassName
{
color: #FEE9D0;
}
.AnyTagClassName
{
color: #FEE9D0;
}
</style>
background-color css
<style>
a { background-color: #FEE9D0; }
a { background-color: rgb(254,233,208); }
div.DivClassName
{
background-color: #FEE9D0;
}
.BgClassName
{
background-color: #FEE9D0;
}
</style>
border-color css
<style>
span { border-color: #FEE9D0; }
span { border-color: rgb(254,233,208); }
td.TdClassName
{
border-color: #FEE9D0;
}
.TagClassName
{
border-color: #FEE9D0;
}
</style>