Shades of Buttermilk #F1E0AA
Tints of Buttermilk #F1E0AA
RGB
CMYK
RGB Variations
Color information
#F1E0AA (or 0xF1E0AA) is known color: Buttermilk. HEX triplet: F1, E0 and AA. RGB value is (241,224,170). Sum of RGB (Red+Green+Blue) = 241+224+170=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E0AA is #0E1F55. Grayscale: #DFDFDF. Windows color (decimal): -925526 or 11198705. OLE color: 11198705.
HSL color Cylindrical-coordinate representation of color #F1E0AA: hue angle of 45.63º degrees, saturation: 0.72, 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 #F1E0AA is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 224 | 170 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.05 |
| HSL | 45.63º | 0.72% | 0.81% | - |
| HSV(B) | 45.63º | 0.29% | 0.95% | - |
| XYZ | 70.19 | 74.91 | 48.79 | - |
| YUV | 222.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 224 | 170 | 0 | 0.07 | 0.29 | 0.05 | 45.63 | 0.72 | 0.81 |
| Hex | F1 | E0 | AA | 0 | 7 | 1D | 5 | 2E | 48 | 51 |
| Octal | 361 | 340 | 252 | 0 | 7 | 35 | 5 | 56 | 110 | 121 |
| Binary | 11110001 | 11100000 | 10101010 | 0 | 111 | 11101 | 101 | 101110 | 1001000 | 1010001 |
Color Harmonies of #F1E0AA
Complementary color
Monochromatic Colors of #F1E0AA
Black with #F1E0AA
Text Example
Text Example
White with #F1E0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E0AA; }
p { color: rgb(241,224,170); }
H1.HeaderClassName
{
color: #F1E0AA;
}
.AnyTagClassName
{
color: #F1E0AA;
}
</style>
background-color css
<style>
a { background-color: #F1E0AA; }
a { background-color: rgb(241,224,170); }
div.DivClassName
{
background-color: #F1E0AA;
}
.BgClassName
{
background-color: #F1E0AA;
}
</style>
border-color css
<style>
span { border-color: #F1E0AA; }
span { border-color: rgb(241,224,170); }
td.TdClassName
{
border-color: #F1E0AA;
}
.TagClassName
{
border-color: #F1E0AA;
}
</style>