Shades of Buttermilk #F5E2AC
Tints of Buttermilk #F5E2AC
RGB
CMYK
RGB Variations
Color information
#F5E2AC (or 0xF5E2AC) is known color: Buttermilk. HEX triplet: F5, E2 and AC. RGB value is (245,226,172). Sum of RGB (Red+Green+Blue) = 245+226+172=643 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.10% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 172 (67.58% from 255 or 26.75% from 643); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E2AC is #0A1D53. Grayscale: #E1E1E1. Windows color (decimal): -662868 or 11330293. OLE color: 11330293.
HSL color Cylindrical-coordinate representation of color #F5E2AC: hue angle of 44.38º 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 #F5E2AC is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 172 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.04 |
| HSL | 44.38º | 0.78% | 0.82% | - |
| HSV(B) | 44.38º | 0.3% | 0.96% | - |
| XYZ | 72.3 | 76.78 | 50.04 | - |
| YUV | 225.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 172 | 0 | 0.08 | 0.30 | 0.04 | 44.38 | 0.78 | 0.82 |
| Hex | F5 | E2 | AC | 0 | 8 | 1E | 4 | 2C | 4E | 52 |
| Octal | 365 | 342 | 254 | 0 | 10 | 36 | 4 | 54 | 116 | 122 |
| Binary | 11110101 | 11100010 | 10101100 | 0 | 1000 | 11110 | 100 | 101100 | 1001110 | 1010010 |
Color Harmonies of #F5E2AC
Complementary color
Monochromatic Colors of #F5E2AC
Black with #F5E2AC
Text Example
Text Example
White with #F5E2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E2AC; }
p { color: rgb(245,226,172); }
H1.HeaderClassName
{
color: #F5E2AC;
}
.AnyTagClassName
{
color: #F5E2AC;
}
</style>
background-color css
<style>
a { background-color: #F5E2AC; }
a { background-color: rgb(245,226,172); }
div.DivClassName
{
background-color: #F5E2AC;
}
.BgClassName
{
background-color: #F5E2AC;
}
</style>
border-color css
<style>
span { border-color: #F5E2AC; }
span { border-color: rgb(245,226,172); }
td.TdClassName
{
border-color: #F5E2AC;
}
.TagClassName
{
border-color: #F5E2AC;
}
</style>