Shades of Buttermilk #FAE4A7
Tints of Buttermilk #FAE4A7
RGB
CMYK
RGB Variations
Color information
#FAE4A7 (or 0xFAE4A7) is known color: Buttermilk. HEX triplet: FA, E4 and A7. RGB value is (250,228,167). Sum of RGB (Red+Green+Blue) = 250+228+167=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 167 (65.62% from 255 or 25.89% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4A7 is #051B58. Grayscale: #E3E3E3. Windows color (decimal): -334681 or 11003130. OLE color: 11003130.
HSL color Cylindrical-coordinate representation of color #FAE4A7: hue angle of 44.1º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAE4A7 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 167 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.02 |
| HSL | 44.1º | 0.89% | 0.82% | - |
| HSV(B) | 44.1º | 0.33% | 0.98% | - |
| XYZ | 74.14 | 78.6 | 47.82 | - |
| YUV | 227.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 167 | 0 | 0.09 | 0.33 | 0.02 | 44.1 | 0.89 | 0.82 |
| Hex | FA | E4 | A7 | 0 | 9 | 21 | 2 | 2C | 59 | 52 |
| Octal | 372 | 344 | 247 | 0 | 11 | 41 | 2 | 54 | 131 | 122 |
| Binary | 11111010 | 11100100 | 10100111 | 0 | 1001 | 100001 | 10 | 101100 | 1011001 | 1010010 |
Color Harmonies of #FAE4A7
Complementary color
Monochromatic Colors of #FAE4A7
Black with #FAE4A7
Text Example
Text Example
White with #FAE4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4A7; }
p { color: rgb(250,228,167); }
H1.HeaderClassName
{
color: #FAE4A7;
}
.AnyTagClassName
{
color: #FAE4A7;
}
</style>
background-color css
<style>
a { background-color: #FAE4A7; }
a { background-color: rgb(250,228,167); }
div.DivClassName
{
background-color: #FAE4A7;
}
.BgClassName
{
background-color: #FAE4A7;
}
</style>
border-color css
<style>
span { border-color: #FAE4A7; }
span { border-color: rgb(250,228,167); }
td.TdClassName
{
border-color: #FAE4A7;
}
.TagClassName
{
border-color: #FAE4A7;
}
</style>