Shades of Buttermilk #FAE3A9
Tints of Buttermilk #FAE3A9
RGB
CMYK
RGB Variations
Color information
#FAE3A9 (or 0xFAE3A9) is known color: Buttermilk. HEX triplet: FA, E3 and A9. RGB value is (250,227,169). Sum of RGB (Red+Green+Blue) = 250+227+169=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 227 (89.06% from 255 or 35.14% from 646); Blue value is 169 (66.41% from 255 or 26.16% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE3A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE3A9 is #051C56. Grayscale: #E3E3E3. Windows color (decimal): -334935 or 11133946. OLE color: 11133946.
HSL color Cylindrical-coordinate representation of color #FAE3A9: hue angle of 42.96º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAE3A9 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 169 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.02 |
| HSL | 42.96º | 0.89% | 0.82% | - |
| HSV(B) | 42.96º | 0.32% | 0.98% | - |
| XYZ | 74.05 | 78.13 | 48.71 | - |
| YUV | 227.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 169 | 0 | 0.09 | 0.32 | 0.02 | 42.96 | 0.89 | 0.82 |
| Hex | FA | E3 | A9 | 0 | 9 | 20 | 2 | 2B | 59 | 52 |
| Octal | 372 | 343 | 251 | 0 | 11 | 40 | 2 | 53 | 131 | 122 |
| Binary | 11111010 | 11100011 | 10101001 | 0 | 1001 | 100000 | 10 | 101011 | 1011001 | 1010010 |
Color Harmonies of #FAE3A9
Complementary color
Monochromatic Colors of #FAE3A9
Black with #FAE3A9
Text Example
Text Example
White with #FAE3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE3A9; }
p { color: rgb(250,227,169); }
H1.HeaderClassName
{
color: #FAE3A9;
}
.AnyTagClassName
{
color: #FAE3A9;
}
</style>
background-color css
<style>
a { background-color: #FAE3A9; }
a { background-color: rgb(250,227,169); }
div.DivClassName
{
background-color: #FAE3A9;
}
.BgClassName
{
background-color: #FAE3A9;
}
</style>
border-color css
<style>
span { border-color: #FAE3A9; }
span { border-color: rgb(250,227,169); }
td.TdClassName
{
border-color: #FAE3A9;
}
.TagClassName
{
border-color: #FAE3A9;
}
</style>