Shades of Buttermilk #F0DFA6
Tints of Buttermilk #F0DFA6
RGB
CMYK
RGB Variations
Color information
#F0DFA6 (or 0xF0DFA6) is known color: Buttermilk. HEX triplet: F0, DF and A6. RGB value is (240,223,166). Sum of RGB (Red+Green+Blue) = 240+223+166=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 166 (65.23% from 255 or 26.39% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DFA6 is #0F2059. Grayscale: #DDDDDD. Windows color (decimal): -991322 or 10936304. OLE color: 10936304.
HSL color Cylindrical-coordinate representation of color #F0DFA6: hue angle of 46.22º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F0DFA6 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 166 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.06 |
| HSL | 46.22º | 0.71% | 0.8% | - |
| HSV(B) | 46.22º | 0.31% | 0.94% | - |
| XYZ | 69.21 | 74.05 | 46.72 | - |
| YUV | 221.59 | 96.63 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 166 | 0 | 0.07 | 0.31 | 0.06 | 46.22 | 0.71 | 0.8 |
| Hex | F0 | DF | A6 | 0 | 7 | 1F | 6 | 2E | 47 | 50 |
| Octal | 360 | 337 | 246 | 0 | 7 | 37 | 6 | 56 | 107 | 120 |
| Binary | 11110000 | 11011111 | 10100110 | 0 | 111 | 11111 | 110 | 101110 | 1000111 | 1010000 |
Color Harmonies of #F0DFA6
Complementary color
Monochromatic Colors of #F0DFA6
Black with #F0DFA6
Text Example
Text Example
White with #F0DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFA6; }
p { color: rgb(240,223,166); }
H1.HeaderClassName
{
color: #F0DFA6;
}
.AnyTagClassName
{
color: #F0DFA6;
}
</style>
background-color css
<style>
a { background-color: #F0DFA6; }
a { background-color: rgb(240,223,166); }
div.DivClassName
{
background-color: #F0DFA6;
}
.BgClassName
{
background-color: #F0DFA6;
}
</style>
border-color css
<style>
span { border-color: #F0DFA6; }
span { border-color: rgb(240,223,166); }
td.TdClassName
{
border-color: #F0DFA6;
}
.TagClassName
{
border-color: #F0DFA6;
}
</style>