Shades of Buttermilk #FAE0A1
Tints of Buttermilk #FAE0A1
RGB
CMYK
RGB Variations
Color information
#FAE0A1 (or 0xFAE0A1) is known color: Buttermilk. HEX triplet: FA, E0 and A1. RGB value is (250,224,161). Sum of RGB (Red+Green+Blue) = 250+224+161=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 161 (63.28% from 255 or 25.35% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE0A1 is #051F5E. Grayscale: #E0E0E0. Windows color (decimal): -335711 or 10608890. OLE color: 10608890.
HSL color Cylindrical-coordinate representation of color #FAE0A1: hue angle of 42.47º 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 #FAE0A1 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 224 | 161 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.02 |
| HSL | 42.47º | 0.9% | 0.81% | - |
| HSV(B) | 42.47º | 0.36% | 0.98% | - |
| XYZ | 72.51 | 76.21 | 44.61 | - |
| YUV | 224.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 224 | 161 | 0 | 0.10 | 0.36 | 0.02 | 42.47 | 0.9 | 0.81 |
| Hex | FA | E0 | A1 | 0 | A | 24 | 2 | 2A | 5A | 51 |
| Octal | 372 | 340 | 241 | 0 | 12 | 44 | 2 | 52 | 132 | 121 |
| Binary | 11111010 | 11100000 | 10100001 | 0 | 1010 | 100100 | 10 | 101010 | 1011010 | 1010001 |
Color Harmonies of #FAE0A1
Complementary color
Monochromatic Colors of #FAE0A1
Black with #FAE0A1
Text Example
Text Example
White with #FAE0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE0A1; }
p { color: rgb(250,224,161); }
H1.HeaderClassName
{
color: #FAE0A1;
}
.AnyTagClassName
{
color: #FAE0A1;
}
</style>
background-color css
<style>
a { background-color: #FAE0A1; }
a { background-color: rgb(250,224,161); }
div.DivClassName
{
background-color: #FAE0A1;
}
.BgClassName
{
background-color: #FAE0A1;
}
</style>
border-color css
<style>
span { border-color: #FAE0A1; }
span { border-color: rgb(250,224,161); }
td.TdClassName
{
border-color: #FAE0A1;
}
.TagClassName
{
border-color: #FAE0A1;
}
</style>