Shades of Buttermilk #F6E1AA
Tints of Buttermilk #F6E1AA
RGB
CMYK
RGB Variations
Color information
#F6E1AA (or 0xF6E1AA) is known color: Buttermilk. HEX triplet: F6, E1 and AA. RGB value is (246,225,170). Sum of RGB (Red+Green+Blue) = 246+225+170=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 170 (66.80% from 255 or 26.52% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E1AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E1AA is #091E55. Grayscale: #E1E1E1. Windows color (decimal): -597590 or 11198966. OLE color: 11198966.
HSL color Cylindrical-coordinate representation of color #F6E1AA: hue angle of 43.42º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6E1AA is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 170 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.04 |
| HSL | 43.42º | 0.81% | 0.82% | - |
| HSV(B) | 43.42º | 0.31% | 0.96% | - |
| XYZ | 72.19 | 76.35 | 48.96 | - |
| YUV | 225.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 170 | 0 | 0.09 | 0.31 | 0.04 | 43.42 | 0.81 | 0.82 |
| Hex | F6 | E1 | AA | 0 | 9 | 1F | 4 | 2B | 51 | 52 |
| Octal | 366 | 341 | 252 | 0 | 11 | 37 | 4 | 53 | 121 | 122 |
| Binary | 11110110 | 11100001 | 10101010 | 0 | 1001 | 11111 | 100 | 101011 | 1010001 | 1010010 |
Color Harmonies of #F6E1AA
Complementary color
Monochromatic Colors of #F6E1AA
Black with #F6E1AA
Text Example
Text Example
White with #F6E1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E1AA; }
p { color: rgb(246,225,170); }
H1.HeaderClassName
{
color: #F6E1AA;
}
.AnyTagClassName
{
color: #F6E1AA;
}
</style>
background-color css
<style>
a { background-color: #F6E1AA; }
a { background-color: rgb(246,225,170); }
div.DivClassName
{
background-color: #F6E1AA;
}
.BgClassName
{
background-color: #F6E1AA;
}
</style>
border-color css
<style>
span { border-color: #F6E1AA; }
span { border-color: rgb(246,225,170); }
td.TdClassName
{
border-color: #F6E1AA;
}
.TagClassName
{
border-color: #F6E1AA;
}
</style>