Shades of Buttermilk #FAE4A1
Tints of Buttermilk #FAE4A1
RGB
CMYK
RGB Variations
Color information
#FAE4A1 (or 0xFAE4A1) is known color: Buttermilk. HEX triplet: FA, E4 and A1. RGB value is (250,228,161). Sum of RGB (Red+Green+Blue) = 250+228+161=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 161 (63.28% from 255 or 25.20% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4A1 is #051B5E. Grayscale: #E3E3E3. Windows color (decimal): -334687 or 10609914. OLE color: 10609914.
HSL color Cylindrical-coordinate representation of color #FAE4A1: hue angle of 45.17º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAE4A1 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 161 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.02 |
| HSL | 45.17º | 0.9% | 0.81% | - |
| HSV(B) | 45.17º | 0.36% | 0.98% | - |
| XYZ | 73.6 | 78.38 | 44.97 | - |
| YUV | 226.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 161 | 0 | 0.09 | 0.36 | 0.02 | 45.17 | 0.9 | 0.81 |
| Hex | FA | E4 | A1 | 0 | 9 | 24 | 2 | 2D | 5A | 51 |
| Octal | 372 | 344 | 241 | 0 | 11 | 44 | 2 | 55 | 132 | 121 |
| Binary | 11111010 | 11100100 | 10100001 | 0 | 1001 | 100100 | 10 | 101101 | 1011010 | 1010001 |
Color Harmonies of #FAE4A1
Complementary color
Monochromatic Colors of #FAE4A1
Black with #FAE4A1
Text Example
Text Example
White with #FAE4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4A1; }
p { color: rgb(250,228,161); }
H1.HeaderClassName
{
color: #FAE4A1;
}
.AnyTagClassName
{
color: #FAE4A1;
}
</style>
background-color css
<style>
a { background-color: #FAE4A1; }
a { background-color: rgb(250,228,161); }
div.DivClassName
{
background-color: #FAE4A1;
}
.BgClassName
{
background-color: #FAE4A1;
}
</style>
border-color css
<style>
span { border-color: #FAE4A1; }
span { border-color: rgb(250,228,161); }
td.TdClassName
{
border-color: #FAE4A1;
}
.TagClassName
{
border-color: #FAE4A1;
}
</style>