Shades of Buttermilk #F1E1AB
Tints of Buttermilk #F1E1AB
RGB
CMYK
RGB Variations
Color information
#F1E1AB (or 0xF1E1AB) is known color: Buttermilk. HEX triplet: F1, E1 and AB. RGB value is (241,225,171). Sum of RGB (Red+Green+Blue) = 241+225+171=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 171 (67.19% from 255 or 26.84% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E1AB is #0E1E54. Grayscale: #DFDFDF. Windows color (decimal): -925269 or 11264497. OLE color: 11264497.
HSL color Cylindrical-coordinate representation of color #F1E1AB: hue angle of 46.29º degrees, saturation: 0.71, 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 #F1E1AB is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 171 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.05 |
| HSL | 46.29º | 0.71% | 0.81% | - |
| HSV(B) | 46.29º | 0.29% | 0.95% | - |
| XYZ | 70.55 | 75.49 | 49.38 | - |
| YUV | 223.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 171 | 0 | 0.07 | 0.29 | 0.05 | 46.29 | 0.71 | 0.81 |
| Hex | F1 | E1 | AB | 0 | 7 | 1D | 5 | 2E | 47 | 51 |
| Octal | 361 | 341 | 253 | 0 | 7 | 35 | 5 | 56 | 107 | 121 |
| Binary | 11110001 | 11100001 | 10101011 | 0 | 111 | 11101 | 101 | 101110 | 1000111 | 1010001 |
Color Harmonies of #F1E1AB
Complementary color
Monochromatic Colors of #F1E1AB
Black with #F1E1AB
Text Example
Text Example
White with #F1E1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1AB; }
p { color: rgb(241,225,171); }
H1.HeaderClassName
{
color: #F1E1AB;
}
.AnyTagClassName
{
color: #F1E1AB;
}
</style>
background-color css
<style>
a { background-color: #F1E1AB; }
a { background-color: rgb(241,225,171); }
div.DivClassName
{
background-color: #F1E1AB;
}
.BgClassName
{
background-color: #F1E1AB;
}
</style>
border-color css
<style>
span { border-color: #F1E1AB; }
span { border-color: rgb(241,225,171); }
td.TdClassName
{
border-color: #F1E1AB;
}
.TagClassName
{
border-color: #F1E1AB;
}
</style>