Shades of Buttermilk #F6E0AA
Tints of Buttermilk #F6E0AA
RGB
CMYK
RGB Variations
Color information
#F6E0AA (or 0xF6E0AA) is known color: Buttermilk. HEX triplet: F6, E0 and AA. RGB value is (246,224,170). Sum of RGB (Red+Green+Blue) = 246+224+170=640 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.44% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 170 (66.80% from 255 or 26.56% from 640); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E0AA is #091F55. Grayscale: #E0E0E0. Windows color (decimal): -597846 or 11198710. OLE color: 11198710.
HSL color Cylindrical-coordinate representation of color #F6E0AA: hue angle of 42.63º 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 #F6E0AA is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 170 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.04 |
| HSL | 42.63º | 0.81% | 0.82% | - |
| HSV(B) | 42.63º | 0.31% | 0.96% | - |
| XYZ | 71.92 | 75.81 | 48.87 | - |
| YUV | 224.42 | 97.29 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 170 | 0 | 0.09 | 0.31 | 0.04 | 42.63 | 0.81 | 0.82 |
| Hex | F6 | E0 | AA | 0 | 9 | 1F | 4 | 2B | 51 | 52 |
| Octal | 366 | 340 | 252 | 0 | 11 | 37 | 4 | 53 | 121 | 122 |
| Binary | 11110110 | 11100000 | 10101010 | 0 | 1001 | 11111 | 100 | 101011 | 1010001 | 1010010 |
Color Harmonies of #F6E0AA
Complementary color
Monochromatic Colors of #F6E0AA
Black with #F6E0AA
Text Example
Text Example
White with #F6E0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E0AA; }
p { color: rgb(246,224,170); }
H1.HeaderClassName
{
color: #F6E0AA;
}
.AnyTagClassName
{
color: #F6E0AA;
}
</style>
background-color css
<style>
a { background-color: #F6E0AA; }
a { background-color: rgb(246,224,170); }
div.DivClassName
{
background-color: #F6E0AA;
}
.BgClassName
{
background-color: #F6E0AA;
}
</style>
border-color css
<style>
span { border-color: #F6E0AA; }
span { border-color: rgb(246,224,170); }
td.TdClassName
{
border-color: #F6E0AA;
}
.TagClassName
{
border-color: #F6E0AA;
}
</style>