Shades of Buttermilk #FAE5A0
Tints of Buttermilk #FAE5A0
RGB
CMYK
RGB Variations
Color information
#FAE5A0 (or 0xFAE5A0) is known color: Buttermilk. HEX triplet: FA, E5 and A0. RGB value is (250,229,160). Sum of RGB (Red+Green+Blue) = 250+229+160=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 160 (62.89% from 255 or 25.04% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE5A0 is #051A5F. Grayscale: #E3E3E3. Windows color (decimal): -334432 or 10544634. OLE color: 10544634.
HSL color Cylindrical-coordinate representation of color #FAE5A0: hue angle of 46º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAE5A0 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 160 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.02 |
| HSL | 46º | 0.9% | 0.8% | - |
| HSV(B) | 46º | 0.36% | 0.98% | - |
| XYZ | 73.79 | 78.9 | 44.6 | - |
| YUV | 227.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 160 | 0 | 0.08 | 0.36 | 0.02 | 46 | 0.9 | 0.8 |
| Hex | FA | E5 | A0 | 0 | 8 | 24 | 2 | 2E | 5A | 50 |
| Octal | 372 | 345 | 240 | 0 | 10 | 44 | 2 | 56 | 132 | 120 |
| Binary | 11111010 | 11100101 | 10100000 | 0 | 1000 | 100100 | 10 | 101110 | 1011010 | 1010000 |
Color Harmonies of #FAE5A0
Complementary color
Monochromatic Colors of #FAE5A0
Black with #FAE5A0
Text Example
Text Example
White with #FAE5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5A0; }
p { color: rgb(250,229,160); }
H1.HeaderClassName
{
color: #FAE5A0;
}
.AnyTagClassName
{
color: #FAE5A0;
}
</style>
background-color css
<style>
a { background-color: #FAE5A0; }
a { background-color: rgb(250,229,160); }
div.DivClassName
{
background-color: #FAE5A0;
}
.BgClassName
{
background-color: #FAE5A0;
}
</style>
border-color css
<style>
span { border-color: #FAE5A0; }
span { border-color: rgb(250,229,160); }
td.TdClassName
{
border-color: #FAE5A0;
}
.TagClassName
{
border-color: #FAE5A0;
}
</style>