Shades of Buttermilk #F7E6A2
Tints of Buttermilk #F7E6A2
RGB
CMYK
RGB Variations
Color information
#F7E6A2 (or 0xF7E6A2) is known color: Buttermilk. HEX triplet: F7, E6 and A2. RGB value is (247,230,162). Sum of RGB (Red+Green+Blue) = 247+230+162=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 162 (63.67% from 255 or 25.35% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E6A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7E6A2 is #08195D. Grayscale: #E3E3E3. Windows color (decimal): -530782 or 10675959. OLE color: 10675959.
HSL color Cylindrical-coordinate representation of color #F7E6A2: hue angle of 48º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F7E6A2 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 230 | 162 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.03 |
| HSL | 48º | 0.84% | 0.8% | - |
| HSV(B) | 48º | 0.34% | 0.97% | - |
| XYZ | 73.18 | 78.98 | 45.57 | - |
| YUV | 227.33 | 91.13 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 230 | 162 | 0 | 0.07 | 0.34 | 0.03 | 48 | 0.84 | 0.8 |
| Hex | F7 | E6 | A2 | 0 | 7 | 22 | 3 | 30 | 54 | 50 |
| Octal | 367 | 346 | 242 | 0 | 7 | 42 | 3 | 60 | 124 | 120 |
| Binary | 11110111 | 11100110 | 10100010 | 0 | 111 | 100010 | 11 | 110000 | 1010100 | 1010000 |
Color Harmonies of #F7E6A2
Complementary color
Monochromatic Colors of #F7E6A2
Black with #F7E6A2
Text Example
Text Example
White with #F7E6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E6A2; }
p { color: rgb(247,230,162); }
H1.HeaderClassName
{
color: #F7E6A2;
}
.AnyTagClassName
{
color: #F7E6A2;
}
</style>
background-color css
<style>
a { background-color: #F7E6A2; }
a { background-color: rgb(247,230,162); }
div.DivClassName
{
background-color: #F7E6A2;
}
.BgClassName
{
background-color: #F7E6A2;
}
</style>
border-color css
<style>
span { border-color: #F7E6A2; }
span { border-color: rgb(247,230,162); }
td.TdClassName
{
border-color: #F7E6A2;
}
.TagClassName
{
border-color: #F7E6A2;
}
</style>