Shades of Buttermilk #F0E2AE
Tints of Buttermilk #F0E2AE
RGB
CMYK
RGB Variations
Color information
#F0E2AE (or 0xF0E2AE) is known color: Buttermilk. HEX triplet: F0, E2 and AE. RGB value is (240,226,174). Sum of RGB (Red+Green+Blue) = 240+226+174=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E2AE is #0F1D51. Grayscale: #E0E0E0. Windows color (decimal): -990546 or 11461360. OLE color: 11461360.
HSL color Cylindrical-coordinate representation of color #F0E2AE: hue angle of 47.27º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0E2AE is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 174 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.06 |
| HSL | 47.27º | 0.69% | 0.81% | - |
| HSV(B) | 47.27º | 0.28% | 0.94% | - |
| XYZ | 70.77 | 75.97 | 50.98 | - |
| YUV | 224.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 174 | 0 | 0.06 | 0.28 | 0.06 | 47.27 | 0.69 | 0.81 |
| Hex | F0 | E2 | AE | 0 | 6 | 1C | 6 | 2F | 45 | 51 |
| Octal | 360 | 342 | 256 | 0 | 6 | 34 | 6 | 57 | 105 | 121 |
| Binary | 11110000 | 11100010 | 10101110 | 0 | 110 | 11100 | 110 | 101111 | 1000101 | 1010001 |
Color Harmonies of #F0E2AE
Complementary color
Monochromatic Colors of #F0E2AE
Black with #F0E2AE
Text Example
Text Example
White with #F0E2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E2AE; }
p { color: rgb(240,226,174); }
H1.HeaderClassName
{
color: #F0E2AE;
}
.AnyTagClassName
{
color: #F0E2AE;
}
</style>
background-color css
<style>
a { background-color: #F0E2AE; }
a { background-color: rgb(240,226,174); }
div.DivClassName
{
background-color: #F0E2AE;
}
.BgClassName
{
background-color: #F0E2AE;
}
</style>
border-color css
<style>
span { border-color: #F0E2AE; }
span { border-color: rgb(240,226,174); }
td.TdClassName
{
border-color: #F0E2AE;
}
.TagClassName
{
border-color: #F0E2AE;
}
</style>