Shades of Buttermilk #FAE8A5
Tints of Buttermilk #FAE8A5
RGB
CMYK
RGB Variations
Color information
#FAE8A5 (or 0xFAE8A5) is known color: Buttermilk. HEX triplet: FA, E8 and A5. RGB value is (250,232,165). Sum of RGB (Red+Green+Blue) = 250+232+165=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 165 (64.84% from 255 or 25.50% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE8A5 is #05175A. Grayscale: #E6E6E6. Windows color (decimal): -333659 or 10873082. OLE color: 10873082.
HSL color Cylindrical-coordinate representation of color #FAE8A5: hue angle of 47.29º 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 #FAE8A5 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 165 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.02 |
| HSL | 47.29º | 0.89% | 0.81% | - |
| HSV(B) | 47.29º | 0.34% | 0.98% | - |
| XYZ | 75.07 | 80.75 | 47.23 | - |
| YUV | 229.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 165 | 0 | 0.07 | 0.34 | 0.02 | 47.29 | 0.89 | 0.81 |
| Hex | FA | E8 | A5 | 0 | 7 | 22 | 2 | 2F | 59 | 51 |
| Octal | 372 | 350 | 245 | 0 | 7 | 42 | 2 | 57 | 131 | 121 |
| Binary | 11111010 | 11101000 | 10100101 | 0 | 111 | 100010 | 10 | 101111 | 1011001 | 1010001 |
Color Harmonies of #FAE8A5
Complementary color
Monochromatic Colors of #FAE8A5
Black with #FAE8A5
Text Example
Text Example
White with #FAE8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE8A5; }
p { color: rgb(250,232,165); }
H1.HeaderClassName
{
color: #FAE8A5;
}
.AnyTagClassName
{
color: #FAE8A5;
}
</style>
background-color css
<style>
a { background-color: #FAE8A5; }
a { background-color: rgb(250,232,165); }
div.DivClassName
{
background-color: #FAE8A5;
}
.BgClassName
{
background-color: #FAE8A5;
}
</style>
border-color css
<style>
span { border-color: #FAE8A5; }
span { border-color: rgb(250,232,165); }
td.TdClassName
{
border-color: #FAE8A5;
}
.TagClassName
{
border-color: #FAE8A5;
}
</style>