Shades of Blanched Almond #FFE9C9
Tints of Blanched Almond #FFE9C9
RGB
CMYK
RGB Variations
Color information
#FFE9C9 (or 0xFFE9C9) is known color: Blanched Almond. HEX triplet: FF, E9 and C9. RGB value is (255,233,201). Sum of RGB (Red+Green+Blue) = 255+233+201=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 201 (78.91% from 255 or 29.17% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE9C9 is #001636. Grayscale: #ECECEC. Windows color (decimal): -5687 or 13232639. OLE color: 13232639.
HSL color Cylindrical-coordinate representation of color #FFE9C9: hue angle of 35.56º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFE9C9 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 201 | - |
| CMYK | 0 | 0.09 | 0.21 | 0 |
| HSL | 35.56º | 1% | 0.89% | - |
| HSV(B) | 35.56º | 0.21% | 1% | - |
| XYZ | 80.92 | 83.75 | 67.16 | - |
| YUV | 235.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 201 | 0 | 0.09 | 0.21 | 0 | 35.56 | 1 | 0.89 |
| Hex | FF | E9 | C9 | 0 | 9 | 15 | 0 | 24 | 64 | 59 |
| Octal | 377 | 351 | 311 | 0 | 11 | 25 | 0 | 44 | 144 | 131 |
| Binary | 11111111 | 11101001 | 11001001 | 0 | 1001 | 10101 | 0 | 100100 | 1100100 | 1011001 |
Color Harmonies of #FFE9C9
Complementary color
Monochromatic Colors of #FFE9C9
Black with #FFE9C9
Text Example
Text Example
White with #FFE9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE9C9; }
p { color: rgb(255,233,201); }
H1.HeaderClassName
{
color: #FFE9C9;
}
.AnyTagClassName
{
color: #FFE9C9;
}
</style>
background-color css
<style>
a { background-color: #FFE9C9; }
a { background-color: rgb(255,233,201); }
div.DivClassName
{
background-color: #FFE9C9;
}
.BgClassName
{
background-color: #FFE9C9;
}
</style>
border-color css
<style>
span { border-color: #FFE9C9; }
span { border-color: rgb(255,233,201); }
td.TdClassName
{
border-color: #FFE9C9;
}
.TagClassName
{
border-color: #FFE9C9;
}
</style>