Shades of Buttermilk #F0E19F
Tints of Buttermilk #F0E19F
RGB
CMYK
RGB Variations
Color information
#F0E19F (or 0xF0E19F) is known color: Buttermilk. HEX triplet: F0, E1 and 9F. RGB value is (240,225,159). Sum of RGB (Red+Green+Blue) = 240+225+159=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 159 (62.5% from 255 or 25.48% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E19F is #0F1E60. Grayscale: #DEDEDE. Windows color (decimal): -990817 or 10478064. OLE color: 10478064.
HSL color Cylindrical-coordinate representation of color #F0E19F: hue angle of 48.89º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0E19F is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 159 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.06 |
| HSL | 48.89º | 0.73% | 0.78% | - |
| HSV(B) | 48.89º | 0.34% | 0.94% | - |
| XYZ | 69.12 | 74.88 | 43.61 | - |
| YUV | 221.96 | 92.47 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 159 | 0 | 0.06 | 0.34 | 0.06 | 48.89 | 0.73 | 0.78 |
| Hex | F0 | E1 | 9F | 0 | 6 | 22 | 6 | 31 | 49 | 4E |
| Octal | 360 | 341 | 237 | 0 | 6 | 42 | 6 | 61 | 111 | 116 |
| Binary | 11110000 | 11100001 | 10011111 | 0 | 110 | 100010 | 110 | 110001 | 1001001 | 1001110 |
Color Harmonies of #F0E19F
Complementary color
Monochromatic Colors of #F0E19F
Black with #F0E19F
Text Example
Text Example
White with #F0E19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E19F; }
p { color: rgb(240,225,159); }
H1.HeaderClassName
{
color: #F0E19F;
}
.AnyTagClassName
{
color: #F0E19F;
}
</style>
background-color css
<style>
a { background-color: #F0E19F; }
a { background-color: rgb(240,225,159); }
div.DivClassName
{
background-color: #F0E19F;
}
.BgClassName
{
background-color: #F0E19F;
}
</style>
border-color css
<style>
span { border-color: #F0E19F; }
span { border-color: rgb(240,225,159); }
td.TdClassName
{
border-color: #F0E19F;
}
.TagClassName
{
border-color: #F0E19F;
}
</style>