Shades of Buttermilk #F1E1AC
Tints of Buttermilk #F1E1AC
RGB
CMYK
RGB Variations
Color information
#F1E1AC (or 0xF1E1AC) is known color: Buttermilk. HEX triplet: F1, E1 and AC. RGB value is (241,225,172). Sum of RGB (Red+Green+Blue) = 241+225+172=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E1AC is #0E1E53. Grayscale: #DFDFDF. Windows color (decimal): -925268 or 11330033. OLE color: 11330033.
HSL color Cylindrical-coordinate representation of color #F1E1AC: hue angle of 46.09º 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 #F1E1AC is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 172 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.05 |
| HSL | 46.09º | 0.71% | 0.81% | - |
| HSV(B) | 46.09º | 0.29% | 0.95% | - |
| XYZ | 70.65 | 75.53 | 49.88 | - |
| YUV | 223.74 | 98.8 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 172 | 0 | 0.07 | 0.29 | 0.05 | 46.09 | 0.71 | 0.81 |
| Hex | F1 | E1 | AC | 0 | 7 | 1D | 5 | 2E | 47 | 51 |
| Octal | 361 | 341 | 254 | 0 | 7 | 35 | 5 | 56 | 107 | 121 |
| Binary | 11110001 | 11100001 | 10101100 | 0 | 111 | 11101 | 101 | 101110 | 1000111 | 1010001 |
Color Harmonies of #F1E1AC
Complementary color
Monochromatic Colors of #F1E1AC
Black with #F1E1AC
Text Example
Text Example
White with #F1E1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1AC; }
p { color: rgb(241,225,172); }
H1.HeaderClassName
{
color: #F1E1AC;
}
.AnyTagClassName
{
color: #F1E1AC;
}
</style>
background-color css
<style>
a { background-color: #F1E1AC; }
a { background-color: rgb(241,225,172); }
div.DivClassName
{
background-color: #F1E1AC;
}
.BgClassName
{
background-color: #F1E1AC;
}
</style>
border-color css
<style>
span { border-color: #F1E1AC; }
span { border-color: rgb(241,225,172); }
td.TdClassName
{
border-color: #F1E1AC;
}
.TagClassName
{
border-color: #F1E1AC;
}
</style>