Shades of Buttermilk #FAE6A5
Tints of Buttermilk #FAE6A5
RGB
CMYK
RGB Variations
Color information
#FAE6A5 (or 0xFAE6A5) is known color: Buttermilk. HEX triplet: FA, E6 and A5. RGB value is (250,230,165). Sum of RGB (Red+Green+Blue) = 250+230+165=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 230 (90.23% from 255 or 35.66% from 645); Blue value is 165 (64.84% from 255 or 25.58% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6A5 is #05195A. Grayscale: #E4E4E4. Windows color (decimal): -334171 or 10872570. OLE color: 10872570.
HSL color Cylindrical-coordinate representation of color #FAE6A5: hue angle of 45.88º 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 #FAE6A5 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 165 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.02 |
| HSL | 45.88º | 0.89% | 0.81% | - |
| HSV(B) | 45.88º | 0.34% | 0.98% | - |
| XYZ | 74.51 | 79.63 | 47.04 | - |
| YUV | 228.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 165 | 0 | 0.08 | 0.34 | 0.02 | 45.88 | 0.89 | 0.81 |
| Hex | FA | E6 | A5 | 0 | 8 | 22 | 2 | 2E | 59 | 51 |
| Octal | 372 | 346 | 245 | 0 | 10 | 42 | 2 | 56 | 131 | 121 |
| Binary | 11111010 | 11100110 | 10100101 | 0 | 1000 | 100010 | 10 | 101110 | 1011001 | 1010001 |
Color Harmonies of #FAE6A5
Complementary color
Monochromatic Colors of #FAE6A5
Black with #FAE6A5
Text Example
Text Example
White with #FAE6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6A5; }
p { color: rgb(250,230,165); }
H1.HeaderClassName
{
color: #FAE6A5;
}
.AnyTagClassName
{
color: #FAE6A5;
}
</style>
background-color css
<style>
a { background-color: #FAE6A5; }
a { background-color: rgb(250,230,165); }
div.DivClassName
{
background-color: #FAE6A5;
}
.BgClassName
{
background-color: #FAE6A5;
}
</style>
border-color css
<style>
span { border-color: #FAE6A5; }
span { border-color: rgb(250,230,165); }
td.TdClassName
{
border-color: #FAE6A5;
}
.TagClassName
{
border-color: #FAE6A5;
}
</style>