Shades of Buttermilk #F0E0AB
Tints of Buttermilk #F0E0AB
RGB
CMYK
RGB Variations
Color information
#F0E0AB (or 0xF0E0AB) is known color: Buttermilk. HEX triplet: F0, E0 and AB. RGB value is (240,224,171). Sum of RGB (Red+Green+Blue) = 240+224+171=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E0AB is #0F1F54. Grayscale: #DEDEDE. Windows color (decimal): -991061 or 11264240. OLE color: 11264240.
HSL color Cylindrical-coordinate representation of color #F0E0AB: hue angle of 46.09º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0E0AB is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 171 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.06 |
| HSL | 46.09º | 0.7% | 0.81% | - |
| HSV(B) | 46.09º | 0.29% | 0.94% | - |
| XYZ | 69.94 | 74.78 | 49.28 | - |
| YUV | 222.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 171 | 0 | 0.07 | 0.29 | 0.06 | 46.09 | 0.7 | 0.81 |
| Hex | F0 | E0 | AB | 0 | 7 | 1D | 6 | 2E | 46 | 51 |
| Octal | 360 | 340 | 253 | 0 | 7 | 35 | 6 | 56 | 106 | 121 |
| Binary | 11110000 | 11100000 | 10101011 | 0 | 111 | 11101 | 110 | 101110 | 1000110 | 1010001 |
Color Harmonies of #F0E0AB
Complementary color
Monochromatic Colors of #F0E0AB
Black with #F0E0AB
Text Example
Text Example
White with #F0E0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0AB; }
p { color: rgb(240,224,171); }
H1.HeaderClassName
{
color: #F0E0AB;
}
.AnyTagClassName
{
color: #F0E0AB;
}
</style>
background-color css
<style>
a { background-color: #F0E0AB; }
a { background-color: rgb(240,224,171); }
div.DivClassName
{
background-color: #F0E0AB;
}
.BgClassName
{
background-color: #F0E0AB;
}
</style>
border-color css
<style>
span { border-color: #F0E0AB; }
span { border-color: rgb(240,224,171); }
td.TdClassName
{
border-color: #F0E0AB;
}
.TagClassName
{
border-color: #F0E0AB;
}
</style>