Shades of Buttermilk #F1E1AE
Tints of Buttermilk #F1E1AE
RGB
CMYK
RGB Variations
Color information
#F1E1AE (or 0xF1E1AE) is known color: Buttermilk. HEX triplet: F1, E1 and AE. RGB value is (241,225,174). Sum of RGB (Red+Green+Blue) = 241+225+174=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 174 (68.36% from 255 or 27.19% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E1AE is #0E1E51. Grayscale: #E0E0E0. Windows color (decimal): -925266 or 11461105. OLE color: 11461105.
HSL color Cylindrical-coordinate representation of color #F1E1AE: hue angle of 45.67º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1E1AE is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 174 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.05 |
| HSL | 45.67º | 0.71% | 0.81% | - |
| HSV(B) | 45.67º | 0.28% | 0.95% | - |
| XYZ | 70.84 | 75.61 | 50.9 | - |
| YUV | 223.97 | 99.8 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 174 | 0 | 0.07 | 0.28 | 0.05 | 45.67 | 0.71 | 0.81 |
| Hex | F1 | E1 | AE | 0 | 7 | 1C | 5 | 2E | 47 | 51 |
| Octal | 361 | 341 | 256 | 0 | 7 | 34 | 5 | 56 | 107 | 121 |
| Binary | 11110001 | 11100001 | 10101110 | 0 | 111 | 11100 | 101 | 101110 | 1000111 | 1010001 |
Color Harmonies of #F1E1AE
Complementary color
Monochromatic Colors of #F1E1AE
Black with #F1E1AE
Text Example
Text Example
White with #F1E1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1AE; }
p { color: rgb(241,225,174); }
H1.HeaderClassName
{
color: #F1E1AE;
}
.AnyTagClassName
{
color: #F1E1AE;
}
</style>
background-color css
<style>
a { background-color: #F1E1AE; }
a { background-color: rgb(241,225,174); }
div.DivClassName
{
background-color: #F1E1AE;
}
.BgClassName
{
background-color: #F1E1AE;
}
</style>
border-color css
<style>
span { border-color: #F1E1AE; }
span { border-color: rgb(241,225,174); }
td.TdClassName
{
border-color: #F1E1AE;
}
.TagClassName
{
border-color: #F1E1AE;
}
</style>