Shades of Buttermilk #F2E2AA
Tints of Buttermilk #F2E2AA
RGB
CMYK
RGB Variations
Color information
#F2E2AA (or 0xF2E2AA) is known color: Buttermilk. HEX triplet: F2, E2 and AA. RGB value is (242,226,170). Sum of RGB (Red+Green+Blue) = 242+226+170=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 226 (88.67% from 255 or 35.42% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E2AA is #0D1D55. Grayscale: #E0E0E0. Windows color (decimal): -859478 or 11199218. OLE color: 11199218.
HSL color Cylindrical-coordinate representation of color #F2E2AA: hue angle of 46.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2E2AA is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 170 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.05 |
| HSL | 46.67º | 0.73% | 0.81% | - |
| HSV(B) | 46.67º | 0.3% | 0.95% | - |
| XYZ | 71.07 | 76.17 | 48.99 | - |
| YUV | 224.4 | 97.3 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 170 | 0 | 0.07 | 0.30 | 0.05 | 46.67 | 0.73 | 0.81 |
| Hex | F2 | E2 | AA | 0 | 7 | 1E | 5 | 2F | 49 | 51 |
| Octal | 362 | 342 | 252 | 0 | 7 | 36 | 5 | 57 | 111 | 121 |
| Binary | 11110010 | 11100010 | 10101010 | 0 | 111 | 11110 | 101 | 101111 | 1001001 | 1010001 |
Color Harmonies of #F2E2AA
Complementary color
Monochromatic Colors of #F2E2AA
Black with #F2E2AA
Text Example
Text Example
White with #F2E2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2AA; }
p { color: rgb(242,226,170); }
H1.HeaderClassName
{
color: #F2E2AA;
}
.AnyTagClassName
{
color: #F2E2AA;
}
</style>
background-color css
<style>
a { background-color: #F2E2AA; }
a { background-color: rgb(242,226,170); }
div.DivClassName
{
background-color: #F2E2AA;
}
.BgClassName
{
background-color: #F2E2AA;
}
</style>
border-color css
<style>
span { border-color: #F2E2AA; }
span { border-color: rgb(242,226,170); }
td.TdClassName
{
border-color: #F2E2AA;
}
.TagClassName
{
border-color: #F2E2AA;
}
</style>