Shades of Buttermilk #FAE7A5
Tints of Buttermilk #FAE7A5
RGB
CMYK
RGB Variations
Color information
#FAE7A5 (or 0xFAE7A5) is known color: Buttermilk. HEX triplet: FA, E7 and A5. RGB value is (250,231,165). Sum of RGB (Red+Green+Blue) = 250+231+165=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 165 (64.84% from 255 or 25.54% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE7A5 is #05185A. Grayscale: #E5E5E5. Windows color (decimal): -333915 or 10872826. OLE color: 10872826.
HSL color Cylindrical-coordinate representation of color #FAE7A5: hue angle of 46.59º 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 #FAE7A5 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 165 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.02 |
| HSL | 46.59º | 0.89% | 0.81% | - |
| HSV(B) | 46.59º | 0.34% | 0.98% | - |
| XYZ | 74.79 | 80.19 | 47.13 | - |
| YUV | 229.16 | 91.79 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 165 | 0 | 0.08 | 0.34 | 0.02 | 46.59 | 0.89 | 0.81 |
| Hex | FA | E7 | A5 | 0 | 8 | 22 | 2 | 2F | 59 | 51 |
| Octal | 372 | 347 | 245 | 0 | 10 | 42 | 2 | 57 | 131 | 121 |
| Binary | 11111010 | 11100111 | 10100101 | 0 | 1000 | 100010 | 10 | 101111 | 1011001 | 1010001 |
Color Harmonies of #FAE7A5
Complementary color
Monochromatic Colors of #FAE7A5
Black with #FAE7A5
Text Example
Text Example
White with #FAE7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE7A5; }
p { color: rgb(250,231,165); }
H1.HeaderClassName
{
color: #FAE7A5;
}
.AnyTagClassName
{
color: #FAE7A5;
}
</style>
background-color css
<style>
a { background-color: #FAE7A5; }
a { background-color: rgb(250,231,165); }
div.DivClassName
{
background-color: #FAE7A5;
}
.BgClassName
{
background-color: #FAE7A5;
}
</style>
border-color css
<style>
span { border-color: #FAE7A5; }
span { border-color: rgb(250,231,165); }
td.TdClassName
{
border-color: #FAE7A5;
}
.TagClassName
{
border-color: #FAE7A5;
}
</style>