Shades of Buttermilk #FAE0A4
Tints of Buttermilk #FAE0A4
RGB
CMYK
RGB Variations
Color information
#FAE0A4 (or 0xFAE0A4) is known color: Buttermilk. HEX triplet: FA, E0 and A4. RGB value is (250,224,164). Sum of RGB (Red+Green+Blue) = 250+224+164=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 164 (64.45% from 255 or 25.71% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE0A4 is #051F5B. Grayscale: #E1E1E1. Windows color (decimal): -335708 or 10805498. OLE color: 10805498.
HSL color Cylindrical-coordinate representation of color #FAE0A4: hue angle of 41.86º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAE0A4 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 164 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.02 |
| HSL | 41.86º | 0.9% | 0.81% | - |
| HSV(B) | 41.86º | 0.34% | 0.98% | - |
| XYZ | 72.78 | 76.32 | 46.02 | - |
| YUV | 224.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 164 | 0 | 0.10 | 0.34 | 0.02 | 41.86 | 0.9 | 0.81 |
| Hex | FA | E0 | A4 | 0 | A | 22 | 2 | 2A | 5A | 51 |
| Octal | 372 | 340 | 244 | 0 | 12 | 42 | 2 | 52 | 132 | 121 |
| Binary | 11111010 | 11100000 | 10100100 | 0 | 1010 | 100010 | 10 | 101010 | 1011010 | 1010001 |
Color Harmonies of #FAE0A4
Complementary color
Monochromatic Colors of #FAE0A4
Black with #FAE0A4
Text Example
Text Example
White with #FAE0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0A4; }
p { color: rgb(250,224,164); }
H1.HeaderClassName
{
color: #FAE0A4;
}
.AnyTagClassName
{
color: #FAE0A4;
}
</style>
background-color css
<style>
a { background-color: #FAE0A4; }
a { background-color: rgb(250,224,164); }
div.DivClassName
{
background-color: #FAE0A4;
}
.BgClassName
{
background-color: #FAE0A4;
}
</style>
border-color css
<style>
span { border-color: #FAE0A4; }
span { border-color: rgb(250,224,164); }
td.TdClassName
{
border-color: #FAE0A4;
}
.TagClassName
{
border-color: #FAE0A4;
}
</style>