Shades of Buttermilk #FAE1A5
Tints of Buttermilk #FAE1A5
RGB
CMYK
RGB Variations
Color information
#FAE1A5 (or 0xFAE1A5) is known color: Buttermilk. HEX triplet: FA, E1 and A5. RGB value is (250,225,165). Sum of RGB (Red+Green+Blue) = 250+225+165=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 165 (64.84% from 255 or 25.78% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE1A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE1A5 is #051E5A. Grayscale: #E1E1E1. Windows color (decimal): -335451 or 10871290. OLE color: 10871290.
HSL color Cylindrical-coordinate representation of color #FAE1A5: hue angle of 42.35º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAE1A5 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 225 | 165 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.02 |
| HSL | 42.35º | 0.89% | 0.81% | - |
| HSV(B) | 42.35º | 0.34% | 0.98% | - |
| XYZ | 73.14 | 76.89 | 46.58 | - |
| YUV | 225.64 | 93.78 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 225 | 165 | 0 | 0.10 | 0.34 | 0.02 | 42.35 | 0.89 | 0.81 |
| Hex | FA | E1 | A5 | 0 | A | 22 | 2 | 2A | 59 | 51 |
| Octal | 372 | 341 | 245 | 0 | 12 | 42 | 2 | 52 | 131 | 121 |
| Binary | 11111010 | 11100001 | 10100101 | 0 | 1010 | 100010 | 10 | 101010 | 1011001 | 1010001 |
Color Harmonies of #FAE1A5
Complementary color
Monochromatic Colors of #FAE1A5
Black with #FAE1A5
Text Example
Text Example
White with #FAE1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE1A5; }
p { color: rgb(250,225,165); }
H1.HeaderClassName
{
color: #FAE1A5;
}
.AnyTagClassName
{
color: #FAE1A5;
}
</style>
background-color css
<style>
a { background-color: #FAE1A5; }
a { background-color: rgb(250,225,165); }
div.DivClassName
{
background-color: #FAE1A5;
}
.BgClassName
{
background-color: #FAE1A5;
}
</style>
border-color css
<style>
span { border-color: #FAE1A5; }
span { border-color: rgb(250,225,165); }
td.TdClassName
{
border-color: #FAE1A5;
}
.TagClassName
{
border-color: #FAE1A5;
}
</style>