Shades of Buttermilk #F4E2AA
Tints of Buttermilk #F4E2AA
RGB
CMYK
RGB Variations
Color information
#F4E2AA (or 0xF4E2AA) is known color: Buttermilk. HEX triplet: F4, E2 and AA. RGB value is (244,226,170). Sum of RGB (Red+Green+Blue) = 244+226+170=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E2AA is #0B1D55. Grayscale: #E1E1E1. Windows color (decimal): -728406 or 11199220. OLE color: 11199220.
HSL color Cylindrical-coordinate representation of color #F4E2AA: hue angle of 45.41º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4E2AA is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 226 | 170 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.04 |
| HSL | 45.41º | 0.77% | 0.81% | - |
| HSV(B) | 45.41º | 0.3% | 0.96% | - |
| XYZ | 71.76 | 76.53 | 49.02 | - |
| YUV | 225 | 96.96 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 226 | 170 | 0 | 0.07 | 0.30 | 0.04 | 45.41 | 0.77 | 0.81 |
| Hex | F4 | E2 | AA | 0 | 7 | 1E | 4 | 2D | 4D | 51 |
| Octal | 364 | 342 | 252 | 0 | 7 | 36 | 4 | 55 | 115 | 121 |
| Binary | 11110100 | 11100010 | 10101010 | 0 | 111 | 11110 | 100 | 101101 | 1001101 | 1010001 |
Color Harmonies of #F4E2AA
Complementary color
Monochromatic Colors of #F4E2AA
Black with #F4E2AA
Text Example
Text Example
White with #F4E2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E2AA; }
p { color: rgb(244,226,170); }
H1.HeaderClassName
{
color: #F4E2AA;
}
.AnyTagClassName
{
color: #F4E2AA;
}
</style>
background-color css
<style>
a { background-color: #F4E2AA; }
a { background-color: rgb(244,226,170); }
div.DivClassName
{
background-color: #F4E2AA;
}
.BgClassName
{
background-color: #F4E2AA;
}
</style>
border-color css
<style>
span { border-color: #F4E2AA; }
span { border-color: rgb(244,226,170); }
td.TdClassName
{
border-color: #F4E2AA;
}
.TagClassName
{
border-color: #F4E2AA;
}
</style>