Shades of Buttermilk #FAE6A3
Tints of Buttermilk #FAE6A3
RGB
CMYK
RGB Variations
Color information
#FAE6A3 (or 0xFAE6A3) is known color: Buttermilk. HEX triplet: FA, E6 and A3. RGB value is (250,230,163). Sum of RGB (Red+Green+Blue) = 250+230+163=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 163 (64.06% from 255 or 25.35% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6A3 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6A3 is #05195C. Grayscale: #E4E4E4. Windows color (decimal): -334173 or 10741498. OLE color: 10741498.
HSL color Cylindrical-coordinate representation of color #FAE6A3: hue angle of 46.21º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAE6A3 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 163 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.02 |
| HSL | 46.21º | 0.9% | 0.81% | - |
| HSV(B) | 46.21º | 0.35% | 0.98% | - |
| XYZ | 74.33 | 79.56 | 46.09 | - |
| YUV | 228.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 163 | 0 | 0.08 | 0.35 | 0.02 | 46.21 | 0.9 | 0.81 |
| Hex | FA | E6 | A3 | 0 | 8 | 23 | 2 | 2E | 5A | 51 |
| Octal | 372 | 346 | 243 | 0 | 10 | 43 | 2 | 56 | 132 | 121 |
| Binary | 11111010 | 11100110 | 10100011 | 0 | 1000 | 100011 | 10 | 101110 | 1011010 | 1010001 |
Color Harmonies of #FAE6A3
Complementary color
Monochromatic Colors of #FAE6A3
Black with #FAE6A3
Text Example
Text Example
White with #FAE6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6A3; }
p { color: rgb(250,230,163); }
H1.HeaderClassName
{
color: #FAE6A3;
}
.AnyTagClassName
{
color: #FAE6A3;
}
</style>
background-color css
<style>
a { background-color: #FAE6A3; }
a { background-color: rgb(250,230,163); }
div.DivClassName
{
background-color: #FAE6A3;
}
.BgClassName
{
background-color: #FAE6A3;
}
</style>
border-color css
<style>
span { border-color: #FAE6A3; }
span { border-color: rgb(250,230,163); }
td.TdClassName
{
border-color: #FAE6A3;
}
.TagClassName
{
border-color: #FAE6A3;
}
</style>