Shades of Buttermilk #F0DE9E
Tints of Buttermilk #F0DE9E
RGB
CMYK
RGB Variations
Color information
#F0DE9E (or 0xF0DE9E) is known color: Buttermilk. HEX triplet: F0, DE and 9E. RGB value is (240,222,158). Sum of RGB (Red+Green+Blue) = 240+222+158=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 158 (62.11% from 255 or 25.48% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DE9E is #0F2161. Grayscale: #DCDCDC. Windows color (decimal): -991586 or 10411760. OLE color: 10411760.
HSL color Cylindrical-coordinate representation of color #F0DE9E: hue angle of 46.83º 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 #F0DE9E is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 158 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.06 |
| HSL | 46.83º | 0.73% | 0.78% | - |
| HSV(B) | 46.83º | 0.34% | 0.94% | - |
| XYZ | 68.23 | 73.24 | 42.89 | - |
| YUV | 220.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 158 | 0 | 0.08 | 0.34 | 0.06 | 46.83 | 0.73 | 0.78 |
| Hex | F0 | DE | 9E | 0 | 8 | 22 | 6 | 2F | 49 | 4E |
| Octal | 360 | 336 | 236 | 0 | 10 | 42 | 6 | 57 | 111 | 116 |
| Binary | 11110000 | 11011110 | 10011110 | 0 | 1000 | 100010 | 110 | 101111 | 1001001 | 1001110 |
Color Harmonies of #F0DE9E
Complementary color
Monochromatic Colors of #F0DE9E
Black with #F0DE9E
Text Example
Text Example
White with #F0DE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DE9E; }
p { color: rgb(240,222,158); }
H1.HeaderClassName
{
color: #F0DE9E;
}
.AnyTagClassName
{
color: #F0DE9E;
}
</style>
background-color css
<style>
a { background-color: #F0DE9E; }
a { background-color: rgb(240,222,158); }
div.DivClassName
{
background-color: #F0DE9E;
}
.BgClassName
{
background-color: #F0DE9E;
}
</style>
border-color css
<style>
span { border-color: #F0DE9E; }
span { border-color: rgb(240,222,158); }
td.TdClassName
{
border-color: #F0DE9E;
}
.TagClassName
{
border-color: #F0DE9E;
}
</style>