Shades of Buttermilk #F2E2AC
Tints of Buttermilk #F2E2AC
RGB
CMYK
RGB Variations
Color information
#F2E2AC (or 0xF2E2AC) is known color: Buttermilk. HEX triplet: F2, E2 and AC. RGB value is (242,226,172). Sum of RGB (Red+Green+Blue) = 242+226+172=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 172 (67.58% from 255 or 26.88% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E2AC is #0D1D53. Grayscale: #E0E0E0. Windows color (decimal): -859476 or 11330290. OLE color: 11330290.
HSL color Cylindrical-coordinate representation of color #F2E2AC: hue angle of 46.29º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2E2AC is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 172 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.05 |
| HSL | 46.29º | 0.73% | 0.81% | - |
| HSV(B) | 46.29º | 0.29% | 0.95% | - |
| XYZ | 71.26 | 76.25 | 49.99 | - |
| YUV | 224.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 172 | 0 | 0.07 | 0.29 | 0.05 | 46.29 | 0.73 | 0.81 |
| Hex | F2 | E2 | AC | 0 | 7 | 1D | 5 | 2E | 49 | 51 |
| Octal | 362 | 342 | 254 | 0 | 7 | 35 | 5 | 56 | 111 | 121 |
| Binary | 11110010 | 11100010 | 10101100 | 0 | 111 | 11101 | 101 | 101110 | 1001001 | 1010001 |
Color Harmonies of #F2E2AC
Complementary color
Monochromatic Colors of #F2E2AC
Black with #F2E2AC
Text Example
Text Example
White with #F2E2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E2AC; }
p { color: rgb(242,226,172); }
H1.HeaderClassName
{
color: #F2E2AC;
}
.AnyTagClassName
{
color: #F2E2AC;
}
</style>
background-color css
<style>
a { background-color: #F2E2AC; }
a { background-color: rgb(242,226,172); }
div.DivClassName
{
background-color: #F2E2AC;
}
.BgClassName
{
background-color: #F2E2AC;
}
</style>
border-color css
<style>
span { border-color: #F2E2AC; }
span { border-color: rgb(242,226,172); }
td.TdClassName
{
border-color: #F2E2AC;
}
.TagClassName
{
border-color: #F2E2AC;
}
</style>