Shades of Buttermilk #F8E5AA
Tints of Buttermilk #F8E5AA
RGB
CMYK
RGB Variations
Color information
#F8E5AA (or 0xF8E5AA) is known color: Buttermilk. HEX triplet: F8, E5 and AA. RGB value is (248,229,170). Sum of RGB (Red+Green+Blue) = 248+229+170=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 170 (66.80% from 255 or 26.28% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E5AA is #071A55. Grayscale: #E4E4E4. Windows color (decimal): -465494 or 11199992. OLE color: 11199992.
HSL color Cylindrical-coordinate representation of color #F8E5AA: hue angle of 45.38º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8E5AA is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 229 | 170 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.03 |
| HSL | 45.38º | 0.85% | 0.82% | - |
| HSV(B) | 45.38º | 0.31% | 0.97% | - |
| XYZ | 73.99 | 78.9 | 49.36 | - |
| YUV | 227.96 | 95.29 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 229 | 170 | 0 | 0.08 | 0.31 | 0.03 | 45.38 | 0.85 | 0.82 |
| Hex | F8 | E5 | AA | 0 | 8 | 1F | 3 | 2D | 55 | 52 |
| Octal | 370 | 345 | 252 | 0 | 10 | 37 | 3 | 55 | 125 | 122 |
| Binary | 11111000 | 11100101 | 10101010 | 0 | 1000 | 11111 | 11 | 101101 | 1010101 | 1010010 |
Color Harmonies of #F8E5AA
Complementary color
Monochromatic Colors of #F8E5AA
Black with #F8E5AA
Text Example
Text Example
White with #F8E5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E5AA; }
p { color: rgb(248,229,170); }
H1.HeaderClassName
{
color: #F8E5AA;
}
.AnyTagClassName
{
color: #F8E5AA;
}
</style>
background-color css
<style>
a { background-color: #F8E5AA; }
a { background-color: rgb(248,229,170); }
div.DivClassName
{
background-color: #F8E5AA;
}
.BgClassName
{
background-color: #F8E5AA;
}
</style>
border-color css
<style>
span { border-color: #F8E5AA; }
span { border-color: rgb(248,229,170); }
td.TdClassName
{
border-color: #F8E5AA;
}
.TagClassName
{
border-color: #F8E5AA;
}
</style>