Shades of Buttermilk #F0DF9F
Tints of Buttermilk #F0DF9F
RGB
CMYK
RGB Variations
Color information
#F0DF9F (or 0xF0DF9F) is known color: Buttermilk. HEX triplet: F0, DF and 9F. RGB value is (240,223,159). Sum of RGB (Red+Green+Blue) = 240+223+159=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 159 (62.5% from 255 or 25.56% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DF9F is #0F2060. Grayscale: #DDDDDD. Windows color (decimal): -991329 or 10477552. OLE color: 10477552.
HSL color Cylindrical-coordinate representation of color #F0DF9F: hue angle of 47.41º 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 #F0DF9F is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 159 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.06 |
| HSL | 47.41º | 0.73% | 0.78% | - |
| HSV(B) | 47.41º | 0.34% | 0.94% | - |
| XYZ | 68.58 | 73.8 | 43.43 | - |
| YUV | 220.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 159 | 0 | 0.07 | 0.34 | 0.06 | 47.41 | 0.73 | 0.78 |
| Hex | F0 | DF | 9F | 0 | 7 | 22 | 6 | 2F | 49 | 4E |
| Octal | 360 | 337 | 237 | 0 | 7 | 42 | 6 | 57 | 111 | 116 |
| Binary | 11110000 | 11011111 | 10011111 | 0 | 111 | 100010 | 110 | 101111 | 1001001 | 1001110 |
Color Harmonies of #F0DF9F
Complementary color
Monochromatic Colors of #F0DF9F
Black with #F0DF9F
Text Example
Text Example
White with #F0DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF9F; }
p { color: rgb(240,223,159); }
H1.HeaderClassName
{
color: #F0DF9F;
}
.AnyTagClassName
{
color: #F0DF9F;
}
</style>
background-color css
<style>
a { background-color: #F0DF9F; }
a { background-color: rgb(240,223,159); }
div.DivClassName
{
background-color: #F0DF9F;
}
.BgClassName
{
background-color: #F0DF9F;
}
</style>
border-color css
<style>
span { border-color: #F0DF9F; }
span { border-color: rgb(240,223,159); }
td.TdClassName
{
border-color: #F0DF9F;
}
.TagClassName
{
border-color: #F0DF9F;
}
</style>