Shades of Buttermilk #F0E0AC
Tints of Buttermilk #F0E0AC
RGB
CMYK
RGB Variations
Color information
#F0E0AC (or 0xF0E0AC) is known color: Buttermilk. HEX triplet: F0, E0 and AC. RGB value is (240,224,172). Sum of RGB (Red+Green+Blue) = 240+224+172=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E0AC is #0F1F53. Grayscale: #DFDFDF. Windows color (decimal): -991060 or 11329776. OLE color: 11329776.
HSL color Cylindrical-coordinate representation of color #F0E0AC: hue angle of 45.88º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0E0AC is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 172 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.06 |
| HSL | 45.88º | 0.69% | 0.81% | - |
| HSV(B) | 45.88º | 0.28% | 0.94% | - |
| XYZ | 70.04 | 74.82 | 49.78 | - |
| YUV | 222.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 172 | 0 | 0.07 | 0.28 | 0.06 | 45.88 | 0.69 | 0.81 |
| Hex | F0 | E0 | AC | 0 | 7 | 1C | 6 | 2E | 45 | 51 |
| Octal | 360 | 340 | 254 | 0 | 7 | 34 | 6 | 56 | 105 | 121 |
| Binary | 11110000 | 11100000 | 10101100 | 0 | 111 | 11100 | 110 | 101110 | 1000101 | 1010001 |
Color Harmonies of #F0E0AC
Complementary color
Monochromatic Colors of #F0E0AC
Black with #F0E0AC
Text Example
Text Example
White with #F0E0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0AC; }
p { color: rgb(240,224,172); }
H1.HeaderClassName
{
color: #F0E0AC;
}
.AnyTagClassName
{
color: #F0E0AC;
}
</style>
background-color css
<style>
a { background-color: #F0E0AC; }
a { background-color: rgb(240,224,172); }
div.DivClassName
{
background-color: #F0E0AC;
}
.BgClassName
{
background-color: #F0E0AC;
}
</style>
border-color css
<style>
span { border-color: #F0E0AC; }
span { border-color: rgb(240,224,172); }
td.TdClassName
{
border-color: #F0E0AC;
}
.TagClassName
{
border-color: #F0E0AC;
}
</style>