Shades of Buttermilk #F7E7A6
Tints of Buttermilk #F7E7A6
RGB
CMYK
RGB Variations
Color information
#F7E7A6 (or 0xF7E7A6) is known color: Buttermilk. HEX triplet: F7, E7 and A6. RGB value is (247,231,166). Sum of RGB (Red+Green+Blue) = 247+231+166=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 166 (65.23% from 255 or 25.78% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E7A6 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7E7A6 is #081859. Grayscale: #E4E4E4. Windows color (decimal): -530522 or 10938359. OLE color: 10938359.
HSL color Cylindrical-coordinate representation of color #F7E7A6: hue angle of 48.15º 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 #F7E7A6 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 231 | 166 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.03 |
| HSL | 48.15º | 0.84% | 0.81% | - |
| HSV(B) | 48.15º | 0.33% | 0.97% | - |
| XYZ | 73.82 | 79.68 | 47.57 | - |
| YUV | 228.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 231 | 166 | 0 | 0.06 | 0.33 | 0.03 | 48.15 | 0.84 | 0.81 |
| Hex | F7 | E7 | A6 | 0 | 6 | 21 | 3 | 30 | 54 | 51 |
| Octal | 367 | 347 | 246 | 0 | 6 | 41 | 3 | 60 | 124 | 121 |
| Binary | 11110111 | 11100111 | 10100110 | 0 | 110 | 100001 | 11 | 110000 | 1010100 | 1010001 |
Color Harmonies of #F7E7A6
Complementary color
Monochromatic Colors of #F7E7A6
Black with #F7E7A6
Text Example
Text Example
White with #F7E7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E7A6; }
p { color: rgb(247,231,166); }
H1.HeaderClassName
{
color: #F7E7A6;
}
.AnyTagClassName
{
color: #F7E7A6;
}
</style>
background-color css
<style>
a { background-color: #F7E7A6; }
a { background-color: rgb(247,231,166); }
div.DivClassName
{
background-color: #F7E7A6;
}
.BgClassName
{
background-color: #F7E7A6;
}
</style>
border-color css
<style>
span { border-color: #F7E7A6; }
span { border-color: rgb(247,231,166); }
td.TdClassName
{
border-color: #F7E7A6;
}
.TagClassName
{
border-color: #F7E7A6;
}
</style>