Shades of Buttermilk #F6E2AB
Tints of Buttermilk #F6E2AB
RGB
CMYK
RGB Variations
Color information
#F6E2AB (or 0xF6E2AB) is known color: Buttermilk. HEX triplet: F6, E2 and AB. RGB value is (246,226,171). Sum of RGB (Red+Green+Blue) = 246+226+171=643 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.26% from 643); Green value is 226 (88.67% from 255 or 35.15% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E2AB is #091D54. Grayscale: #E1E1E1. Windows color (decimal): -597333 or 11264758. OLE color: 11264758.
HSL color Cylindrical-coordinate representation of color #F6E2AB: hue angle of 44º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6E2AB is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 226 | 171 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.04 |
| HSL | 44º | 0.81% | 0.82% | - |
| HSV(B) | 44º | 0.3% | 0.96% | - |
| XYZ | 72.55 | 76.93 | 49.55 | - |
| YUV | 225.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 226 | 171 | 0 | 0.08 | 0.30 | 0.04 | 44 | 0.81 | 0.82 |
| Hex | F6 | E2 | AB | 0 | 8 | 1E | 4 | 2C | 51 | 52 |
| Octal | 366 | 342 | 253 | 0 | 10 | 36 | 4 | 54 | 121 | 122 |
| Binary | 11110110 | 11100010 | 10101011 | 0 | 1000 | 11110 | 100 | 101100 | 1010001 | 1010010 |
Color Harmonies of #F6E2AB
Complementary color
Monochromatic Colors of #F6E2AB
Black with #F6E2AB
Text Example
Text Example
White with #F6E2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E2AB; }
p { color: rgb(246,226,171); }
H1.HeaderClassName
{
color: #F6E2AB;
}
.AnyTagClassName
{
color: #F6E2AB;
}
</style>
background-color css
<style>
a { background-color: #F6E2AB; }
a { background-color: rgb(246,226,171); }
div.DivClassName
{
background-color: #F6E2AB;
}
.BgClassName
{
background-color: #F6E2AB;
}
</style>
border-color css
<style>
span { border-color: #F6E2AB; }
span { border-color: rgb(246,226,171); }
td.TdClassName
{
border-color: #F6E2AB;
}
.TagClassName
{
border-color: #F6E2AB;
}
</style>