Shades of Buttermilk #F6E0A1
Tints of Buttermilk #F6E0A1
RGB
CMYK
RGB Variations
Color information
#F6E0A1 (or 0xF6E0A1) is known color: Buttermilk. HEX triplet: F6, E0 and A1. RGB value is (246,224,161). Sum of RGB (Red+Green+Blue) = 246+224+161=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 161 (63.28% from 255 or 25.52% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E0A1 is #091F5E. Grayscale: #DFDFDF. Windows color (decimal): -597855 or 10608886. OLE color: 10608886.
HSL color Cylindrical-coordinate representation of color #F6E0A1: hue angle of 44.47º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6E0A1 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 161 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.04 |
| HSL | 44.47º | 0.83% | 0.8% | - |
| HSV(B) | 44.47º | 0.35% | 0.96% | - |
| XYZ | 71.09 | 75.48 | 44.54 | - |
| YUV | 223.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 161 | 0 | 0.09 | 0.35 | 0.04 | 44.47 | 0.83 | 0.8 |
| Hex | F6 | E0 | A1 | 0 | 9 | 23 | 4 | 2C | 53 | 50 |
| Octal | 366 | 340 | 241 | 0 | 11 | 43 | 4 | 54 | 123 | 120 |
| Binary | 11110110 | 11100000 | 10100001 | 0 | 1001 | 100011 | 100 | 101100 | 1010011 | 1010000 |
Color Harmonies of #F6E0A1
Complementary color
Monochromatic Colors of #F6E0A1
Black with #F6E0A1
Text Example
Text Example
White with #F6E0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E0A1; }
p { color: rgb(246,224,161); }
H1.HeaderClassName
{
color: #F6E0A1;
}
.AnyTagClassName
{
color: #F6E0A1;
}
</style>
background-color css
<style>
a { background-color: #F6E0A1; }
a { background-color: rgb(246,224,161); }
div.DivClassName
{
background-color: #F6E0A1;
}
.BgClassName
{
background-color: #F6E0A1;
}
</style>
border-color css
<style>
span { border-color: #F6E0A1; }
span { border-color: rgb(246,224,161); }
td.TdClassName
{
border-color: #F6E0A1;
}
.TagClassName
{
border-color: #F6E0A1;
}
</style>