Shades of Buttermilk #F8DFA6
Tints of Buttermilk #F8DFA6
RGB
CMYK
RGB Variations
Color information
#F8DFA6 (or 0xF8DFA6) is known color: Buttermilk. HEX triplet: F8, DF and A6. RGB value is (248,223,166). Sum of RGB (Red+Green+Blue) = 248+223+166=637 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.93% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 166 (65.23% from 255 or 26.06% from 637); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DFA6 is #072059. Grayscale: #E0E0E0. Windows color (decimal): -467034 or 10936312. OLE color: 10936312.
HSL color Cylindrical-coordinate representation of color #F8DFA6: hue angle of 41.71º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8DFA6 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 166 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.03 |
| HSL | 41.71º | 0.85% | 0.81% | - |
| HSV(B) | 41.71º | 0.33% | 0.97% | - |
| XYZ | 71.98 | 75.48 | 46.85 | - |
| YUV | 223.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 166 | 0 | 0.10 | 0.33 | 0.03 | 41.71 | 0.85 | 0.81 |
| Hex | F8 | DF | A6 | 0 | A | 21 | 3 | 2A | 55 | 51 |
| Octal | 370 | 337 | 246 | 0 | 12 | 41 | 3 | 52 | 125 | 121 |
| Binary | 11111000 | 11011111 | 10100110 | 0 | 1010 | 100001 | 11 | 101010 | 1010101 | 1010001 |
Color Harmonies of #F8DFA6
Complementary color
Monochromatic Colors of #F8DFA6
Black with #F8DFA6
Text Example
Text Example
White with #F8DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DFA6; }
p { color: rgb(248,223,166); }
H1.HeaderClassName
{
color: #F8DFA6;
}
.AnyTagClassName
{
color: #F8DFA6;
}
</style>
background-color css
<style>
a { background-color: #F8DFA6; }
a { background-color: rgb(248,223,166); }
div.DivClassName
{
background-color: #F8DFA6;
}
.BgClassName
{
background-color: #F8DFA6;
}
</style>
border-color css
<style>
span { border-color: #F8DFA6; }
span { border-color: rgb(248,223,166); }
td.TdClassName
{
border-color: #F8DFA6;
}
.TagClassName
{
border-color: #F8DFA6;
}
</style>