Shades of Buttermilk #F2E19F
Tints of Buttermilk #F2E19F
RGB
CMYK
RGB Variations
Color information
#F2E19F (or 0xF2E19F) is known color: Buttermilk. HEX triplet: F2, E1 and 9F. RGB value is (242,225,159). Sum of RGB (Red+Green+Blue) = 242+225+159=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 159 (62.5% from 255 or 25.40% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E19F is #0D1E60. Grayscale: #DEDEDE. Windows color (decimal): -859745 or 10478066. OLE color: 10478066.
HSL color Cylindrical-coordinate representation of color #F2E19F: hue angle of 47.71º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2E19F is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 159 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.05 |
| HSL | 47.71º | 0.76% | 0.79% | - |
| HSV(B) | 47.71º | 0.34% | 0.95% | - |
| XYZ | 69.8 | 75.23 | 43.64 | - |
| YUV | 222.56 | 92.13 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 159 | 0 | 0.07 | 0.34 | 0.05 | 47.71 | 0.76 | 0.79 |
| Hex | F2 | E1 | 9F | 0 | 7 | 22 | 5 | 30 | 4C | 4F |
| Octal | 362 | 341 | 237 | 0 | 7 | 42 | 5 | 60 | 114 | 117 |
| Binary | 11110010 | 11100001 | 10011111 | 0 | 111 | 100010 | 101 | 110000 | 1001100 | 1001111 |
Color Harmonies of #F2E19F
Complementary color
Monochromatic Colors of #F2E19F
Black with #F2E19F
Text Example
Text Example
White with #F2E19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E19F; }
p { color: rgb(242,225,159); }
H1.HeaderClassName
{
color: #F2E19F;
}
.AnyTagClassName
{
color: #F2E19F;
}
</style>
background-color css
<style>
a { background-color: #F2E19F; }
a { background-color: rgb(242,225,159); }
div.DivClassName
{
background-color: #F2E19F;
}
.BgClassName
{
background-color: #F2E19F;
}
</style>
border-color css
<style>
span { border-color: #F2E19F; }
span { border-color: rgb(242,225,159); }
td.TdClassName
{
border-color: #F2E19F;
}
.TagClassName
{
border-color: #F2E19F;
}
</style>