Shades of Buttermilk #F8DFA4
Tints of Buttermilk #F8DFA4
RGB
CMYK
RGB Variations
Color information
#F8DFA4 (or 0xF8DFA4) is known color: Buttermilk. HEX triplet: F8, DF and A4. RGB value is (248,223,164). Sum of RGB (Red+Green+Blue) = 248+223+164=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 164 (64.45% from 255 or 25.83% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DFA4 is #07205B. Grayscale: #E0E0E0. Windows color (decimal): -467036 or 10805240. OLE color: 10805240.
HSL color Cylindrical-coordinate representation of color #F8DFA4: hue angle of 42.14º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F8DFA4 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 164 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.03 |
| HSL | 42.14º | 0.86% | 0.81% | - |
| HSV(B) | 42.14º | 0.34% | 0.97% | - |
| XYZ | 71.8 | 75.41 | 45.89 | - |
| YUV | 223.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 164 | 0 | 0.10 | 0.34 | 0.03 | 42.14 | 0.86 | 0.81 |
| Hex | F8 | DF | A4 | 0 | A | 22 | 3 | 2A | 56 | 51 |
| Octal | 370 | 337 | 244 | 0 | 12 | 42 | 3 | 52 | 126 | 121 |
| Binary | 11111000 | 11011111 | 10100100 | 0 | 1010 | 100010 | 11 | 101010 | 1010110 | 1010001 |
Color Harmonies of #F8DFA4
Complementary color
Monochromatic Colors of #F8DFA4
Black with #F8DFA4
Text Example
Text Example
White with #F8DFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFA4; }
p { color: rgb(248,223,164); }
H1.HeaderClassName
{
color: #F8DFA4;
}
.AnyTagClassName
{
color: #F8DFA4;
}
</style>
background-color css
<style>
a { background-color: #F8DFA4; }
a { background-color: rgb(248,223,164); }
div.DivClassName
{
background-color: #F8DFA4;
}
.BgClassName
{
background-color: #F8DFA4;
}
</style>
border-color css
<style>
span { border-color: #F8DFA4; }
span { border-color: rgb(248,223,164); }
td.TdClassName
{
border-color: #F8DFA4;
}
.TagClassName
{
border-color: #F8DFA4;
}
</style>