Shades of Buttermilk #FAE6A1
Tints of Buttermilk #FAE6A1
RGB
CMYK
RGB Variations
Color information
#FAE6A1 (or 0xFAE6A1) is known color: Buttermilk. HEX triplet: FA, E6 and A1. RGB value is (250,230,161). Sum of RGB (Red+Green+Blue) = 250+230+161=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 161 (63.28% from 255 or 25.12% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6A1 is #05195E. Grayscale: #E4E4E4. Windows color (decimal): -334175 or 10610426. OLE color: 10610426.
HSL color Cylindrical-coordinate representation of color #FAE6A1: hue angle of 46.52º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAE6A1 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 161 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.02 |
| HSL | 46.52º | 0.9% | 0.81% | - |
| HSV(B) | 46.52º | 0.36% | 0.98% | - |
| XYZ | 74.15 | 79.49 | 45.15 | - |
| YUV | 228.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 161 | 0 | 0.08 | 0.36 | 0.02 | 46.52 | 0.9 | 0.81 |
| Hex | FA | E6 | A1 | 0 | 8 | 24 | 2 | 2F | 5A | 51 |
| Octal | 372 | 346 | 241 | 0 | 10 | 44 | 2 | 57 | 132 | 121 |
| Binary | 11111010 | 11100110 | 10100001 | 0 | 1000 | 100100 | 10 | 101111 | 1011010 | 1010001 |
Color Harmonies of #FAE6A1
Complementary color
Monochromatic Colors of #FAE6A1
Black with #FAE6A1
Text Example
Text Example
White with #FAE6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6A1; }
p { color: rgb(250,230,161); }
H1.HeaderClassName
{
color: #FAE6A1;
}
.AnyTagClassName
{
color: #FAE6A1;
}
</style>
background-color css
<style>
a { background-color: #FAE6A1; }
a { background-color: rgb(250,230,161); }
div.DivClassName
{
background-color: #FAE6A1;
}
.BgClassName
{
background-color: #FAE6A1;
}
</style>
border-color css
<style>
span { border-color: #FAE6A1; }
span { border-color: rgb(250,230,161); }
td.TdClassName
{
border-color: #FAE6A1;
}
.TagClassName
{
border-color: #FAE6A1;
}
</style>