Shades of Buttermilk #F0DFA4
Tints of Buttermilk #F0DFA4
RGB
CMYK
RGB Variations
Color information
#F0DFA4 (or 0xF0DFA4) is known color: Buttermilk. HEX triplet: F0, DF and A4. RGB value is (240,223,164). Sum of RGB (Red+Green+Blue) = 240+223+164=627 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.28% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 164 (64.45% from 255 or 26.16% from 627); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DFA4 is #0F205B. Grayscale: #DDDDDD. Windows color (decimal): -991324 or 10805232. OLE color: 10805232.
HSL color Cylindrical-coordinate representation of color #F0DFA4: hue angle of 46.58º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0DFA4 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 164 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.06 |
| HSL | 46.58º | 0.72% | 0.79% | - |
| HSV(B) | 46.58º | 0.32% | 0.94% | - |
| XYZ | 69.02 | 73.98 | 45.76 | - |
| YUV | 221.36 | 95.63 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 164 | 0 | 0.07 | 0.32 | 0.06 | 46.58 | 0.72 | 0.79 |
| Hex | F0 | DF | A4 | 0 | 7 | 20 | 6 | 2F | 48 | 4F |
| Octal | 360 | 337 | 244 | 0 | 7 | 40 | 6 | 57 | 110 | 117 |
| Binary | 11110000 | 11011111 | 10100100 | 0 | 111 | 100000 | 110 | 101111 | 1001000 | 1001111 |
Color Harmonies of #F0DFA4
Complementary color
Monochromatic Colors of #F0DFA4
Black with #F0DFA4
Text Example
Text Example
White with #F0DFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFA4; }
p { color: rgb(240,223,164); }
H1.HeaderClassName
{
color: #F0DFA4;
}
.AnyTagClassName
{
color: #F0DFA4;
}
</style>
background-color css
<style>
a { background-color: #F0DFA4; }
a { background-color: rgb(240,223,164); }
div.DivClassName
{
background-color: #F0DFA4;
}
.BgClassName
{
background-color: #F0DFA4;
}
</style>
border-color css
<style>
span { border-color: #F0DFA4; }
span { border-color: rgb(240,223,164); }
td.TdClassName
{
border-color: #F0DFA4;
}
.TagClassName
{
border-color: #F0DFA4;
}
</style>