Shades of Buttermilk #F4DFA4
Tints of Buttermilk #F4DFA4
RGB
CMYK
RGB Variations
Color information
#F4DFA4 (or 0xF4DFA4) is known color: Buttermilk. HEX triplet: F4, DF and A4. RGB value is (244,223,164). Sum of RGB (Red+Green+Blue) = 244+223+164=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 164 (64.45% from 255 or 25.99% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DFA4 is #0B205B. Grayscale: #DEDEDE. Windows color (decimal): -729180 or 10805236. OLE color: 10805236.
HSL color Cylindrical-coordinate representation of color #F4DFA4: hue angle of 44.25º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4DFA4 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 164 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.04 |
| HSL | 44.25º | 0.78% | 0.8% | - |
| HSV(B) | 44.25º | 0.33% | 0.96% | - |
| XYZ | 70.4 | 74.69 | 45.83 | - |
| YUV | 222.55 | 94.96 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 164 | 0 | 0.09 | 0.33 | 0.04 | 44.25 | 0.78 | 0.8 |
| Hex | F4 | DF | A4 | 0 | 9 | 21 | 4 | 2C | 4E | 50 |
| Octal | 364 | 337 | 244 | 0 | 11 | 41 | 4 | 54 | 116 | 120 |
| Binary | 11110100 | 11011111 | 10100100 | 0 | 1001 | 100001 | 100 | 101100 | 1001110 | 1010000 |
Color Harmonies of #F4DFA4
Complementary color
Monochromatic Colors of #F4DFA4
Black with #F4DFA4
Text Example
Text Example
White with #F4DFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DFA4; }
p { color: rgb(244,223,164); }
H1.HeaderClassName
{
color: #F4DFA4;
}
.AnyTagClassName
{
color: #F4DFA4;
}
</style>
background-color css
<style>
a { background-color: #F4DFA4; }
a { background-color: rgb(244,223,164); }
div.DivClassName
{
background-color: #F4DFA4;
}
.BgClassName
{
background-color: #F4DFA4;
}
</style>
border-color css
<style>
span { border-color: #F4DFA4; }
span { border-color: rgb(244,223,164); }
td.TdClassName
{
border-color: #F4DFA4;
}
.TagClassName
{
border-color: #F4DFA4;
}
</style>