Shades of Buttermilk #F7DEA8
Tints of Buttermilk #F7DEA8
RGB
CMYK
RGB Variations
Color information
#F7DEA8 (or 0xF7DEA8) is known color: Buttermilk. HEX triplet: F7, DE and A8. RGB value is (247,222,168). Sum of RGB (Red+Green+Blue) = 247+222+168=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 168 (66.02% from 255 or 26.37% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DEA8 is #082157. Grayscale: #DFDFDF. Windows color (decimal): -532824 or 11067127. OLE color: 11067127.
HSL color Cylindrical-coordinate representation of color #F7DEA8: hue angle of 41.01º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F7DEA8 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 222 | 168 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.03 |
| HSL | 41.01º | 0.83% | 0.81% | - |
| HSV(B) | 41.01º | 0.32% | 0.97% | - |
| XYZ | 71.55 | 74.84 | 47.72 | - |
| YUV | 223.32 | 96.78 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 222 | 168 | 0 | 0.10 | 0.32 | 0.03 | 41.01 | 0.83 | 0.81 |
| Hex | F7 | DE | A8 | 0 | A | 20 | 3 | 29 | 53 | 51 |
| Octal | 367 | 336 | 250 | 0 | 12 | 40 | 3 | 51 | 123 | 121 |
| Binary | 11110111 | 11011110 | 10101000 | 0 | 1010 | 100000 | 11 | 101001 | 1010011 | 1010001 |
Color Harmonies of #F7DEA8
Complementary color
Monochromatic Colors of #F7DEA8
Black with #F7DEA8
Text Example
Text Example
White with #F7DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DEA8; }
p { color: rgb(247,222,168); }
H1.HeaderClassName
{
color: #F7DEA8;
}
.AnyTagClassName
{
color: #F7DEA8;
}
</style>
background-color css
<style>
a { background-color: #F7DEA8; }
a { background-color: rgb(247,222,168); }
div.DivClassName
{
background-color: #F7DEA8;
}
.BgClassName
{
background-color: #F7DEA8;
}
</style>
border-color css
<style>
span { border-color: #F7DEA8; }
span { border-color: rgb(247,222,168); }
td.TdClassName
{
border-color: #F7DEA8;
}
.TagClassName
{
border-color: #F7DEA8;
}
</style>