Shades of Buttermilk #F7DFA6
Tints of Buttermilk #F7DFA6
RGB
CMYK
RGB Variations
Color information
#F7DFA6 (or 0xF7DFA6) is known color: Buttermilk. HEX triplet: F7, DF and A6. RGB value is (247,223,166). Sum of RGB (Red+Green+Blue) = 247+223+166=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 166 (65.23% from 255 or 26.10% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DFA6 is #082059. Grayscale: #DFDFDF. Windows color (decimal): -532570 or 10936311. OLE color: 10936311.
HSL color Cylindrical-coordinate representation of color #F7DFA6: hue angle of 42.22º degrees, saturation: 0.84, 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 #F7DFA6 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 223 | 166 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.03 |
| HSL | 42.22º | 0.84% | 0.81% | - |
| HSV(B) | 42.22º | 0.33% | 0.97% | - |
| XYZ | 71.63 | 75.3 | 46.84 | - |
| YUV | 223.68 | 95.45 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 223 | 166 | 0 | 0.10 | 0.33 | 0.03 | 42.22 | 0.84 | 0.81 |
| Hex | F7 | DF | A6 | 0 | A | 21 | 3 | 2A | 54 | 51 |
| Octal | 367 | 337 | 246 | 0 | 12 | 41 | 3 | 52 | 124 | 121 |
| Binary | 11110111 | 11011111 | 10100110 | 0 | 1010 | 100001 | 11 | 101010 | 1010100 | 1010001 |
Color Harmonies of #F7DFA6
Complementary color
Monochromatic Colors of #F7DFA6
Black with #F7DFA6
Text Example
Text Example
White with #F7DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DFA6; }
p { color: rgb(247,223,166); }
H1.HeaderClassName
{
color: #F7DFA6;
}
.AnyTagClassName
{
color: #F7DFA6;
}
</style>
background-color css
<style>
a { background-color: #F7DFA6; }
a { background-color: rgb(247,223,166); }
div.DivClassName
{
background-color: #F7DFA6;
}
.BgClassName
{
background-color: #F7DFA6;
}
</style>
border-color css
<style>
span { border-color: #F7DFA6; }
span { border-color: rgb(247,223,166); }
td.TdClassName
{
border-color: #F7DFA6;
}
.TagClassName
{
border-color: #F7DFA6;
}
</style>