Shades of Buttermilk #F5E1AC
Tints of Buttermilk #F5E1AC
RGB
CMYK
RGB Variations
Color information
#F5E1AC (or 0xF5E1AC) is known color: Buttermilk. HEX triplet: F5, E1 and AC. RGB value is (245,225,172). Sum of RGB (Red+Green+Blue) = 245+225+172=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E1AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E1AC is #0A1E53. Grayscale: #E1E1E1. Windows color (decimal): -663124 or 11330037. OLE color: 11330037.
HSL color Cylindrical-coordinate representation of color #F5E1AC: hue angle of 43.56º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5E1AC is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 172 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.04 |
| HSL | 43.56º | 0.78% | 0.82% | - |
| HSV(B) | 43.56º | 0.3% | 0.96% | - |
| XYZ | 72.03 | 76.24 | 49.95 | - |
| YUV | 224.94 | 98.13 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 172 | 0 | 0.08 | 0.30 | 0.04 | 43.56 | 0.78 | 0.82 |
| Hex | F5 | E1 | AC | 0 | 8 | 1E | 4 | 2C | 4E | 52 |
| Octal | 365 | 341 | 254 | 0 | 10 | 36 | 4 | 54 | 116 | 122 |
| Binary | 11110101 | 11100001 | 10101100 | 0 | 1000 | 11110 | 100 | 101100 | 1001110 | 1010010 |
Color Harmonies of #F5E1AC
Complementary color
Monochromatic Colors of #F5E1AC
Black with #F5E1AC
Text Example
Text Example
White with #F5E1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E1AC; }
p { color: rgb(245,225,172); }
H1.HeaderClassName
{
color: #F5E1AC;
}
.AnyTagClassName
{
color: #F5E1AC;
}
</style>
background-color css
<style>
a { background-color: #F5E1AC; }
a { background-color: rgb(245,225,172); }
div.DivClassName
{
background-color: #F5E1AC;
}
.BgClassName
{
background-color: #F5E1AC;
}
</style>
border-color css
<style>
span { border-color: #F5E1AC; }
span { border-color: rgb(245,225,172); }
td.TdClassName
{
border-color: #F5E1AC;
}
.TagClassName
{
border-color: #F5E1AC;
}
</style>