Shades of Buttermilk #F0E29F
Tints of Buttermilk #F0E29F
RGB
CMYK
RGB Variations
Color information
#F0E29F (or 0xF0E29F) is known color: Buttermilk. HEX triplet: F0, E2 and 9F. RGB value is (240,226,159). Sum of RGB (Red+Green+Blue) = 240+226+159=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 159 (62.5% from 255 or 25.44% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E29F is #0F1D60. Grayscale: #DEDEDE. Windows color (decimal): -990561 or 10478320. OLE color: 10478320.
HSL color Cylindrical-coordinate representation of color #F0E29F: hue angle of 49.63º 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 #F0E29F is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 159 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.06 |
| HSL | 49.63º | 0.73% | 0.78% | - |
| HSV(B) | 49.63º | 0.34% | 0.94% | - |
| XYZ | 69.39 | 75.42 | 43.7 | - |
| YUV | 222.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 159 | 0 | 0.06 | 0.34 | 0.06 | 49.63 | 0.73 | 0.78 |
| Hex | F0 | E2 | 9F | 0 | 6 | 22 | 6 | 32 | 49 | 4E |
| Octal | 360 | 342 | 237 | 0 | 6 | 42 | 6 | 62 | 111 | 116 |
| Binary | 11110000 | 11100010 | 10011111 | 0 | 110 | 100010 | 110 | 110010 | 1001001 | 1001110 |
Color Harmonies of #F0E29F
Complementary color
Monochromatic Colors of #F0E29F
Black with #F0E29F
Text Example
Text Example
White with #F0E29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E29F; }
p { color: rgb(240,226,159); }
H1.HeaderClassName
{
color: #F0E29F;
}
.AnyTagClassName
{
color: #F0E29F;
}
</style>
background-color css
<style>
a { background-color: #F0E29F; }
a { background-color: rgb(240,226,159); }
div.DivClassName
{
background-color: #F0E29F;
}
.BgClassName
{
background-color: #F0E29F;
}
</style>
border-color css
<style>
span { border-color: #F0E29F; }
span { border-color: rgb(240,226,159); }
td.TdClassName
{
border-color: #F0E29F;
}
.TagClassName
{
border-color: #F0E29F;
}
</style>