Shades of Buttermilk #F5E5AA
Tints of Buttermilk #F5E5AA
RGB
CMYK
RGB Variations
Color information
#F5E5AA (or 0xF5E5AA) is known color: Buttermilk. HEX triplet: F5, E5 and AA. RGB value is (245,229,170). Sum of RGB (Red+Green+Blue) = 245+229+170=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 170 (66.80% from 255 or 26.40% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E5AA is #0A1A55. Grayscale: #E3E3E3. Windows color (decimal): -662102 or 11199989. OLE color: 11199989.
HSL color Cylindrical-coordinate representation of color #F5E5AA: hue angle of 47.2º 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 #F5E5AA is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 170 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.04 |
| HSL | 47.2º | 0.79% | 0.81% | - |
| HSV(B) | 47.2º | 0.31% | 0.96% | - |
| XYZ | 72.93 | 78.35 | 49.31 | - |
| YUV | 227.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 170 | 0 | 0.07 | 0.31 | 0.04 | 47.2 | 0.79 | 0.81 |
| Hex | F5 | E5 | AA | 0 | 7 | 1F | 4 | 2F | 4F | 51 |
| Octal | 365 | 345 | 252 | 0 | 7 | 37 | 4 | 57 | 117 | 121 |
| Binary | 11110101 | 11100101 | 10101010 | 0 | 111 | 11111 | 100 | 101111 | 1001111 | 1010001 |
Color Harmonies of #F5E5AA
Complementary color
Monochromatic Colors of #F5E5AA
Black with #F5E5AA
Text Example
Text Example
White with #F5E5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E5AA; }
p { color: rgb(245,229,170); }
H1.HeaderClassName
{
color: #F5E5AA;
}
.AnyTagClassName
{
color: #F5E5AA;
}
</style>
background-color css
<style>
a { background-color: #F5E5AA; }
a { background-color: rgb(245,229,170); }
div.DivClassName
{
background-color: #F5E5AA;
}
.BgClassName
{
background-color: #F5E5AA;
}
</style>
border-color css
<style>
span { border-color: #F5E5AA; }
span { border-color: rgb(245,229,170); }
td.TdClassName
{
border-color: #F5E5AA;
}
.TagClassName
{
border-color: #F5E5AA;
}
</style>