Shades of Buttermilk #FAE4A5
Tints of Buttermilk #FAE4A5
RGB
CMYK
RGB Variations
Color information
#FAE4A5 (or 0xFAE4A5) is known color: Buttermilk. HEX triplet: FA, E4 and A5. RGB value is (250,228,165). Sum of RGB (Red+Green+Blue) = 250+228+165=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 165 (64.84% from 255 or 25.66% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE4A5 is #051B5A. Grayscale: #E3E3E3. Windows color (decimal): -334683 or 10872058. OLE color: 10872058.
HSL color Cylindrical-coordinate representation of color #FAE4A5: hue angle of 44.47º 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 #FAE4A5 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 165 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.02 |
| HSL | 44.47º | 0.89% | 0.81% | - |
| HSV(B) | 44.47º | 0.34% | 0.98% | - |
| XYZ | 73.96 | 78.53 | 46.86 | - |
| YUV | 227.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 165 | 0 | 0.09 | 0.34 | 0.02 | 44.47 | 0.89 | 0.81 |
| Hex | FA | E4 | A5 | 0 | 9 | 22 | 2 | 2C | 59 | 51 |
| Octal | 372 | 344 | 245 | 0 | 11 | 42 | 2 | 54 | 131 | 121 |
| Binary | 11111010 | 11100100 | 10100101 | 0 | 1001 | 100010 | 10 | 101100 | 1011001 | 1010001 |
Color Harmonies of #FAE4A5
Complementary color
Monochromatic Colors of #FAE4A5
Black with #FAE4A5
Text Example
Text Example
White with #FAE4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE4A5; }
p { color: rgb(250,228,165); }
H1.HeaderClassName
{
color: #FAE4A5;
}
.AnyTagClassName
{
color: #FAE4A5;
}
</style>
background-color css
<style>
a { background-color: #FAE4A5; }
a { background-color: rgb(250,228,165); }
div.DivClassName
{
background-color: #FAE4A5;
}
.BgClassName
{
background-color: #FAE4A5;
}
</style>
border-color css
<style>
span { border-color: #FAE4A5; }
span { border-color: rgb(250,228,165); }
td.TdClassName
{
border-color: #FAE4A5;
}
.TagClassName
{
border-color: #FAE4A5;
}
</style>