Shades of Buttermilk #F6E4A4
Tints of Buttermilk #F6E4A4
RGB
CMYK
RGB Variations
Color information
#F6E4A4 (or 0xF6E4A4) is known color: Buttermilk. HEX triplet: F6, E4 and A4. RGB value is (246,228,164). Sum of RGB (Red+Green+Blue) = 246+228+164=638 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.56% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 164 (64.45% from 255 or 25.71% from 638); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E4A4 is #091B5B. Grayscale: #E2E2E2. Windows color (decimal): -596828 or 10806518. OLE color: 10806518.
HSL color Cylindrical-coordinate representation of color #F6E4A4: hue angle of 46.83º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6E4A4 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 228 | 164 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.04 |
| HSL | 46.83º | 0.82% | 0.8% | - |
| HSV(B) | 46.83º | 0.33% | 0.96% | - |
| XYZ | 72.45 | 77.76 | 46.31 | - |
| YUV | 226.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 228 | 164 | 0 | 0.07 | 0.33 | 0.04 | 46.83 | 0.82 | 0.8 |
| Hex | F6 | E4 | A4 | 0 | 7 | 21 | 4 | 2F | 52 | 50 |
| Octal | 366 | 344 | 244 | 0 | 7 | 41 | 4 | 57 | 122 | 120 |
| Binary | 11110110 | 11100100 | 10100100 | 0 | 111 | 100001 | 100 | 101111 | 1010010 | 1010000 |
Color Harmonies of #F6E4A4
Complementary color
Monochromatic Colors of #F6E4A4
Black with #F6E4A4
Text Example
Text Example
White with #F6E4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E4A4; }
p { color: rgb(246,228,164); }
H1.HeaderClassName
{
color: #F6E4A4;
}
.AnyTagClassName
{
color: #F6E4A4;
}
</style>
background-color css
<style>
a { background-color: #F6E4A4; }
a { background-color: rgb(246,228,164); }
div.DivClassName
{
background-color: #F6E4A4;
}
.BgClassName
{
background-color: #F6E4A4;
}
</style>
border-color css
<style>
span { border-color: #F6E4A4; }
span { border-color: rgb(246,228,164); }
td.TdClassName
{
border-color: #F6E4A4;
}
.TagClassName
{
border-color: #F6E4A4;
}
</style>