Shades of Buttermilk #FAE3A0
Tints of Buttermilk #FAE3A0
RGB
CMYK
RGB Variations
Color information
#FAE3A0 (or 0xFAE3A0) is known color: Buttermilk. HEX triplet: FA, E3 and A0. RGB value is (250,227,160). Sum of RGB (Red+Green+Blue) = 250+227+160=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 160 (62.89% from 255 or 25.12% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE3A0 is #051C5F. Grayscale: #E2E2E2. Windows color (decimal): -334944 or 10544122. OLE color: 10544122.
HSL color Cylindrical-coordinate representation of color #FAE3A0: hue angle of 44.67º 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 #FAE3A0 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 160 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.02 |
| HSL | 44.67º | 0.9% | 0.8% | - |
| HSV(B) | 44.67º | 0.36% | 0.98% | - |
| XYZ | 73.24 | 77.8 | 44.41 | - |
| YUV | 226.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 160 | 0 | 0.09 | 0.36 | 0.02 | 44.67 | 0.9 | 0.8 |
| Hex | FA | E3 | A0 | 0 | 9 | 24 | 2 | 2D | 5A | 50 |
| Octal | 372 | 343 | 240 | 0 | 11 | 44 | 2 | 55 | 132 | 120 |
| Binary | 11111010 | 11100011 | 10100000 | 0 | 1001 | 100100 | 10 | 101101 | 1011010 | 1010000 |
Color Harmonies of #FAE3A0
Complementary color
Monochromatic Colors of #FAE3A0
Black with #FAE3A0
Text Example
Text Example
White with #FAE3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3A0; }
p { color: rgb(250,227,160); }
H1.HeaderClassName
{
color: #FAE3A0;
}
.AnyTagClassName
{
color: #FAE3A0;
}
</style>
background-color css
<style>
a { background-color: #FAE3A0; }
a { background-color: rgb(250,227,160); }
div.DivClassName
{
background-color: #FAE3A0;
}
.BgClassName
{
background-color: #FAE3A0;
}
</style>
border-color css
<style>
span { border-color: #FAE3A0; }
span { border-color: rgb(250,227,160); }
td.TdClassName
{
border-color: #FAE3A0;
}
.TagClassName
{
border-color: #FAE3A0;
}
</style>