Shades of Blanched Almond #FFE9C8
Tints of Blanched Almond #FFE9C8
RGB
CMYK
RGB Variations
Color information
#FFE9C8 (or 0xFFE9C8) is known color: Blanched Almond. HEX triplet: FF, E9 and C8. RGB value is (255,233,200). Sum of RGB (Red+Green+Blue) = 255+233+200=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 200 (78.52% from 255 or 29.07% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE9C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE9C8 is #001637. Grayscale: #EBEBEB. Windows color (decimal): -5688 or 13167103. OLE color: 13167103.
HSL color Cylindrical-coordinate representation of color #FFE9C8: hue angle of 36º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFE9C8 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 200 | - |
| CMYK | 0 | 0.09 | 0.22 | 0 |
| HSL | 36º | 1% | 0.89% | - |
| HSV(B) | 36º | 0.22% | 1% | - |
| XYZ | 80.8 | 83.71 | 66.54 | - |
| YUV | 235.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 200 | 0 | 0.09 | 0.22 | 0 | 36 | 1 | 0.89 |
| Hex | FF | E9 | C8 | 0 | 9 | 16 | 0 | 24 | 64 | 59 |
| Octal | 377 | 351 | 310 | 0 | 11 | 26 | 0 | 44 | 144 | 131 |
| Binary | 11111111 | 11101001 | 11001000 | 0 | 1001 | 10110 | 0 | 100100 | 1100100 | 1011001 |
Color Harmonies of #FFE9C8
Complementary color
Monochromatic Colors of #FFE9C8
Black with #FFE9C8
Text Example
Text Example
White with #FFE9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE9C8; }
p { color: rgb(255,233,200); }
H1.HeaderClassName
{
color: #FFE9C8;
}
.AnyTagClassName
{
color: #FFE9C8;
}
</style>
background-color css
<style>
a { background-color: #FFE9C8; }
a { background-color: rgb(255,233,200); }
div.DivClassName
{
background-color: #FFE9C8;
}
.BgClassName
{
background-color: #FFE9C8;
}
</style>
border-color css
<style>
span { border-color: #FFE9C8; }
span { border-color: rgb(255,233,200); }
td.TdClassName
{
border-color: #FFE9C8;
}
.TagClassName
{
border-color: #FFE9C8;
}
</style>