Shades of Buttermilk #F2E4AA
Tints of Buttermilk #F2E4AA
RGB
CMYK
RGB Variations
Color information
#F2E4AA (or 0xF2E4AA) is known color: Buttermilk. HEX triplet: F2, E4 and AA. RGB value is (242,228,170). Sum of RGB (Red+Green+Blue) = 242+228+170=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E4AA is #0D1B55. Grayscale: #E1E1E1. Windows color (decimal): -858966 or 11199730. OLE color: 11199730.
HSL color Cylindrical-coordinate representation of color #F2E4AA: hue angle of 48.33º 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 #F2E4AA is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 170 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.05 |
| HSL | 48.33º | 0.73% | 0.81% | - |
| HSV(B) | 48.33º | 0.3% | 0.95% | - |
| XYZ | 71.62 | 77.27 | 49.17 | - |
| YUV | 225.57 | 96.64 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 170 | 0 | 0.06 | 0.30 | 0.05 | 48.33 | 0.73 | 0.81 |
| Hex | F2 | E4 | AA | 0 | 6 | 1E | 5 | 30 | 49 | 51 |
| Octal | 362 | 344 | 252 | 0 | 6 | 36 | 5 | 60 | 111 | 121 |
| Binary | 11110010 | 11100100 | 10101010 | 0 | 110 | 11110 | 101 | 110000 | 1001001 | 1010001 |
Color Harmonies of #F2E4AA
Complementary color
Monochromatic Colors of #F2E4AA
Black with #F2E4AA
Text Example
Text Example
White with #F2E4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E4AA; }
p { color: rgb(242,228,170); }
H1.HeaderClassName
{
color: #F2E4AA;
}
.AnyTagClassName
{
color: #F2E4AA;
}
</style>
background-color css
<style>
a { background-color: #F2E4AA; }
a { background-color: rgb(242,228,170); }
div.DivClassName
{
background-color: #F2E4AA;
}
.BgClassName
{
background-color: #F2E4AA;
}
</style>
border-color css
<style>
span { border-color: #F2E4AA; }
span { border-color: rgb(242,228,170); }
td.TdClassName
{
border-color: #F2E4AA;
}
.TagClassName
{
border-color: #F2E4AA;
}
</style>