Shades of Buttermilk #F5E2AA
Tints of Buttermilk #F5E2AA
RGB
CMYK
RGB Variations
Color information
#F5E2AA (or 0xF5E2AA) is known color: Buttermilk. HEX triplet: F5, E2 and AA. RGB value is (245,226,170). Sum of RGB (Red+Green+Blue) = 245+226+170=641 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.22% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E2AA is #0A1D55. Grayscale: #E1E1E1. Windows color (decimal): -662870 or 11199221. OLE color: 11199221.
HSL color Cylindrical-coordinate representation of color #F5E2AA: hue angle of 44.8º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5E2AA is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 170 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.04 |
| HSL | 44.8º | 0.79% | 0.81% | - |
| HSV(B) | 44.8º | 0.31% | 0.96% | - |
| XYZ | 72.11 | 76.71 | 49.04 | - |
| YUV | 225.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 170 | 0 | 0.08 | 0.31 | 0.04 | 44.8 | 0.79 | 0.81 |
| Hex | F5 | E2 | AA | 0 | 8 | 1F | 4 | 2D | 4F | 51 |
| Octal | 365 | 342 | 252 | 0 | 10 | 37 | 4 | 55 | 117 | 121 |
| Binary | 11110101 | 11100010 | 10101010 | 0 | 1000 | 11111 | 100 | 101101 | 1001111 | 1010001 |
Color Harmonies of #F5E2AA
Complementary color
Monochromatic Colors of #F5E2AA
Black with #F5E2AA
Text Example
Text Example
White with #F5E2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E2AA; }
p { color: rgb(245,226,170); }
H1.HeaderClassName
{
color: #F5E2AA;
}
.AnyTagClassName
{
color: #F5E2AA;
}
</style>
background-color css
<style>
a { background-color: #F5E2AA; }
a { background-color: rgb(245,226,170); }
div.DivClassName
{
background-color: #F5E2AA;
}
.BgClassName
{
background-color: #F5E2AA;
}
</style>
border-color css
<style>
span { border-color: #F5E2AA; }
span { border-color: rgb(245,226,170); }
td.TdClassName
{
border-color: #F5E2AA;
}
.TagClassName
{
border-color: #F5E2AA;
}
</style>