Shades of Buttermilk #F7E1AA
Tints of Buttermilk #F7E1AA
RGB
CMYK
RGB Variations
Color information
#F7E1AA (or 0xF7E1AA) is known color: Buttermilk. HEX triplet: F7, E1 and AA. RGB value is (247,225,170). Sum of RGB (Red+Green+Blue) = 247+225+170=642 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.47% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 170 (66.80% from 255 or 26.48% from 642); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E1AA is #081E55. Grayscale: #E1E1E1. Windows color (decimal): -532054 or 11198967. OLE color: 11198967.
HSL color Cylindrical-coordinate representation of color #F7E1AA: hue angle of 42.86º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7E1AA is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 170 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.03 |
| HSL | 42.86º | 0.83% | 0.82% | - |
| HSV(B) | 42.86º | 0.31% | 0.97% | - |
| XYZ | 72.54 | 76.53 | 48.98 | - |
| YUV | 225.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 170 | 0 | 0.09 | 0.31 | 0.03 | 42.86 | 0.83 | 0.82 |
| Hex | F7 | E1 | AA | 0 | 9 | 1F | 3 | 2B | 53 | 52 |
| Octal | 367 | 341 | 252 | 0 | 11 | 37 | 3 | 53 | 123 | 122 |
| Binary | 11110111 | 11100001 | 10101010 | 0 | 1001 | 11111 | 11 | 101011 | 1010011 | 1010010 |
Color Harmonies of #F7E1AA
Complementary color
Monochromatic Colors of #F7E1AA
Black with #F7E1AA
Text Example
Text Example
White with #F7E1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E1AA; }
p { color: rgb(247,225,170); }
H1.HeaderClassName
{
color: #F7E1AA;
}
.AnyTagClassName
{
color: #F7E1AA;
}
</style>
background-color css
<style>
a { background-color: #F7E1AA; }
a { background-color: rgb(247,225,170); }
div.DivClassName
{
background-color: #F7E1AA;
}
.BgClassName
{
background-color: #F7E1AA;
}
</style>
border-color css
<style>
span { border-color: #F7E1AA; }
span { border-color: rgb(247,225,170); }
td.TdClassName
{
border-color: #F7E1AA;
}
.TagClassName
{
border-color: #F7E1AA;
}
</style>