Shades of Buttermilk #F0DEA7
Tints of Buttermilk #F0DEA7
RGB
CMYK
RGB Variations
Color information
#F0DEA7 (or 0xF0DEA7) is known color: Buttermilk. HEX triplet: F0, DE and A7. RGB value is (240,222,167). Sum of RGB (Red+Green+Blue) = 240+222+167=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 167 (65.62% from 255 or 26.55% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DEA7 is #0F2158. Grayscale: #DDDDDD. Windows color (decimal): -991577 or 11001584. OLE color: 11001584.
HSL color Cylindrical-coordinate representation of color #F0DEA7: hue angle of 45.21º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0DEA7 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 167 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.06 |
| HSL | 45.21º | 0.71% | 0.8% | - |
| HSV(B) | 45.21º | 0.3% | 0.94% | - |
| XYZ | 69.03 | 73.56 | 47.12 | - |
| YUV | 221.11 | 97.46 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 167 | 0 | 0.08 | 0.30 | 0.06 | 45.21 | 0.71 | 0.8 |
| Hex | F0 | DE | A7 | 0 | 8 | 1E | 6 | 2D | 47 | 50 |
| Octal | 360 | 336 | 247 | 0 | 10 | 36 | 6 | 55 | 107 | 120 |
| Binary | 11110000 | 11011110 | 10100111 | 0 | 1000 | 11110 | 110 | 101101 | 1000111 | 1010000 |
Color Harmonies of #F0DEA7
Complementary color
Monochromatic Colors of #F0DEA7
Black with #F0DEA7
Text Example
Text Example
White with #F0DEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DEA7; }
p { color: rgb(240,222,167); }
H1.HeaderClassName
{
color: #F0DEA7;
}
.AnyTagClassName
{
color: #F0DEA7;
}
</style>
background-color css
<style>
a { background-color: #F0DEA7; }
a { background-color: rgb(240,222,167); }
div.DivClassName
{
background-color: #F0DEA7;
}
.BgClassName
{
background-color: #F0DEA7;
}
</style>
border-color css
<style>
span { border-color: #F0DEA7; }
span { border-color: rgb(240,222,167); }
td.TdClassName
{
border-color: #F0DEA7;
}
.TagClassName
{
border-color: #F0DEA7;
}
</style>