Shades of Blanched Almond #FEE9C9
Tints of Blanched Almond #FEE9C9
RGB
CMYK
RGB Variations
Color information
#FEE9C9 (or 0xFEE9C9) is known color: Blanched Almond. HEX triplet: FE, E9 and C9. RGB value is (254,233,201). Sum of RGB (Red+Green+Blue) = 254+233+201=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 201 (78.91% from 255 or 29.22% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9C9 is #011636. Grayscale: #EBEBEB. Windows color (decimal): -71223 or 13232638. OLE color: 13232638.
HSL color Cylindrical-coordinate representation of color #FEE9C9: hue angle of 36.23º 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 #FEE9C9 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 201 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.00 |
| HSL | 36.23º | 0.96% | 0.89% | - |
| HSV(B) | 36.23º | 0.21% | 1% | - |
| XYZ | 80.55 | 83.57 | 67.14 | - |
| YUV | 235.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 201 | 0 | 0.08 | 0.21 | 0.00 | 36.23 | 0.96 | 0.89 |
| Hex | FE | E9 | C9 | 0 | 8 | 15 | 0 | 24 | 60 | 59 |
| Octal | 376 | 351 | 311 | 0 | 10 | 25 | 0 | 44 | 140 | 131 |
| Binary | 11111110 | 11101001 | 11001001 | 0 | 1000 | 10101 | 0 | 100100 | 1100000 | 1011001 |
Color Harmonies of #FEE9C9
Complementary color
Monochromatic Colors of #FEE9C9
Black with #FEE9C9
Text Example
Text Example
White with #FEE9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9C9; }
p { color: rgb(254,233,201); }
H1.HeaderClassName
{
color: #FEE9C9;
}
.AnyTagClassName
{
color: #FEE9C9;
}
</style>
background-color css
<style>
a { background-color: #FEE9C9; }
a { background-color: rgb(254,233,201); }
div.DivClassName
{
background-color: #FEE9C9;
}
.BgClassName
{
background-color: #FEE9C9;
}
</style>
border-color css
<style>
span { border-color: #FEE9C9; }
span { border-color: rgb(254,233,201); }
td.TdClassName
{
border-color: #FEE9C9;
}
.TagClassName
{
border-color: #FEE9C9;
}
</style>