Shades of Buttermilk #F5E2AD
Tints of Buttermilk #F5E2AD
RGB
CMYK
RGB Variations
Color information
#F5E2AD (or 0xF5E2AD) is known color: Buttermilk. HEX triplet: F5, E2 and AD. RGB value is (245,226,173). Sum of RGB (Red+Green+Blue) = 245+226+173=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 173 (67.97% from 255 or 26.86% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E2AD is #0A1D52. Grayscale: #E1E1E1. Windows color (decimal): -662867 or 11395829. OLE color: 11395829.
HSL color Cylindrical-coordinate representation of color #F5E2AD: hue angle of 44.17º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5E2AD is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 173 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.04 |
| HSL | 44.17º | 0.78% | 0.82% | - |
| HSV(B) | 44.17º | 0.29% | 0.96% | - |
| XYZ | 72.4 | 76.82 | 50.55 | - |
| YUV | 225.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 173 | 0 | 0.08 | 0.29 | 0.04 | 44.17 | 0.78 | 0.82 |
| Hex | F5 | E2 | AD | 0 | 8 | 1D | 4 | 2C | 4E | 52 |
| Octal | 365 | 342 | 255 | 0 | 10 | 35 | 4 | 54 | 116 | 122 |
| Binary | 11110101 | 11100010 | 10101101 | 0 | 1000 | 11101 | 100 | 101100 | 1001110 | 1010010 |
Color Harmonies of #F5E2AD
Complementary color
Monochromatic Colors of #F5E2AD
Black with #F5E2AD
Text Example
Text Example
White with #F5E2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E2AD; }
p { color: rgb(245,226,173); }
H1.HeaderClassName
{
color: #F5E2AD;
}
.AnyTagClassName
{
color: #F5E2AD;
}
</style>
background-color css
<style>
a { background-color: #F5E2AD; }
a { background-color: rgb(245,226,173); }
div.DivClassName
{
background-color: #F5E2AD;
}
.BgClassName
{
background-color: #F5E2AD;
}
</style>
border-color css
<style>
span { border-color: #F5E2AD; }
span { border-color: rgb(245,226,173); }
td.TdClassName
{
border-color: #F5E2AD;
}
.TagClassName
{
border-color: #F5E2AD;
}
</style>