Shades of Buttermilk #F8DEA0
Tints of Buttermilk #F8DEA0
RGB
CMYK
RGB Variations
Color information
#F8DEA0 (or 0xF8DEA0) is known color: Buttermilk. HEX triplet: F8, DE and A0. RGB value is (248,222,160). Sum of RGB (Red+Green+Blue) = 248+222+160=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 160 (62.89% from 255 or 25.40% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DEA0 is #07215F. Grayscale: #DEDEDE. Windows color (decimal): -467296 or 10542840. OLE color: 10542840.
HSL color Cylindrical-coordinate representation of color #F8DEA0: hue angle of 42.27º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F8DEA0 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 222 | 160 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.03 |
| HSL | 42.27º | 0.86% | 0.8% | - |
| HSV(B) | 42.27º | 0.35% | 0.97% | - |
| XYZ | 71.18 | 74.74 | 43.93 | - |
| YUV | 222.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 222 | 160 | 0 | 0.10 | 0.35 | 0.03 | 42.27 | 0.86 | 0.8 |
| Hex | F8 | DE | A0 | 0 | A | 23 | 3 | 2A | 56 | 50 |
| Octal | 370 | 336 | 240 | 0 | 12 | 43 | 3 | 52 | 126 | 120 |
| Binary | 11111000 | 11011110 | 10100000 | 0 | 1010 | 100011 | 11 | 101010 | 1010110 | 1010000 |
Color Harmonies of #F8DEA0
Complementary color
Monochromatic Colors of #F8DEA0
Black with #F8DEA0
Text Example
Text Example
White with #F8DEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DEA0; }
p { color: rgb(248,222,160); }
H1.HeaderClassName
{
color: #F8DEA0;
}
.AnyTagClassName
{
color: #F8DEA0;
}
</style>
background-color css
<style>
a { background-color: #F8DEA0; }
a { background-color: rgb(248,222,160); }
div.DivClassName
{
background-color: #F8DEA0;
}
.BgClassName
{
background-color: #F8DEA0;
}
</style>
border-color css
<style>
span { border-color: #F8DEA0; }
span { border-color: rgb(248,222,160); }
td.TdClassName
{
border-color: #F8DEA0;
}
.TagClassName
{
border-color: #F8DEA0;
}
</style>