Shades of Buttermilk #F1E29E
Tints of Buttermilk #F1E29E
RGB
CMYK
RGB Variations
Color information
#F1E29E (or 0xF1E29E) is known color: Buttermilk. HEX triplet: F1, E2 and 9E. RGB value is (241,226,158). Sum of RGB (Red+Green+Blue) = 241+226+158=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 158 (62.11% from 255 or 25.28% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E29E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E29E is #0E1D61. Grayscale: #DFDFDF. Windows color (decimal): -925026 or 10412785. OLE color: 10412785.
HSL color Cylindrical-coordinate representation of color #F1E29E: hue angle of 49.16º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1E29E is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 158 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.05 |
| HSL | 49.16º | 0.75% | 0.78% | - |
| HSV(B) | 49.16º | 0.34% | 0.95% | - |
| XYZ | 69.64 | 75.56 | 43.26 | - |
| YUV | 222.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 158 | 0 | 0.06 | 0.34 | 0.05 | 49.16 | 0.75 | 0.78 |
| Hex | F1 | E2 | 9E | 0 | 6 | 22 | 5 | 31 | 4B | 4E |
| Octal | 361 | 342 | 236 | 0 | 6 | 42 | 5 | 61 | 113 | 116 |
| Binary | 11110001 | 11100010 | 10011110 | 0 | 110 | 100010 | 101 | 110001 | 1001011 | 1001110 |
Color Harmonies of #F1E29E
Complementary color
Monochromatic Colors of #F1E29E
Black with #F1E29E
Text Example
Text Example
White with #F1E29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E29E; }
p { color: rgb(241,226,158); }
H1.HeaderClassName
{
color: #F1E29E;
}
.AnyTagClassName
{
color: #F1E29E;
}
</style>
background-color css
<style>
a { background-color: #F1E29E; }
a { background-color: rgb(241,226,158); }
div.DivClassName
{
background-color: #F1E29E;
}
.BgClassName
{
background-color: #F1E29E;
}
</style>
border-color css
<style>
span { border-color: #F1E29E; }
span { border-color: rgb(241,226,158); }
td.TdClassName
{
border-color: #F1E29E;
}
.TagClassName
{
border-color: #F1E29E;
}
</style>