Shades of Buttermilk #FAE6A8
Tints of Buttermilk #FAE6A8
RGB
CMYK
RGB Variations
Color information
#FAE6A8 (or 0xFAE6A8) is known color: Buttermilk. HEX triplet: FA, E6 and A8. RGB value is (250,230,168). Sum of RGB (Red+Green+Blue) = 250+230+168=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 168 (66.02% from 255 or 25.93% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6A8 is #051957. Grayscale: #E5E5E5. Windows color (decimal): -334168 or 11069178. OLE color: 11069178.
HSL color Cylindrical-coordinate representation of color #FAE6A8: hue angle of 45.37º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAE6A8 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 168 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.02 |
| HSL | 45.37º | 0.89% | 0.82% | - |
| HSV(B) | 45.37º | 0.33% | 0.98% | - |
| XYZ | 74.79 | 79.74 | 48.5 | - |
| YUV | 228.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 168 | 0 | 0.08 | 0.33 | 0.02 | 45.37 | 0.89 | 0.82 |
| Hex | FA | E6 | A8 | 0 | 8 | 21 | 2 | 2D | 59 | 52 |
| Octal | 372 | 346 | 250 | 0 | 10 | 41 | 2 | 55 | 131 | 122 |
| Binary | 11111010 | 11100110 | 10101000 | 0 | 1000 | 100001 | 10 | 101101 | 1011001 | 1010010 |
Color Harmonies of #FAE6A8
Complementary color
Monochromatic Colors of #FAE6A8
Black with #FAE6A8
Text Example
Text Example
White with #FAE6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6A8; }
p { color: rgb(250,230,168); }
H1.HeaderClassName
{
color: #FAE6A8;
}
.AnyTagClassName
{
color: #FAE6A8;
}
</style>
background-color css
<style>
a { background-color: #FAE6A8; }
a { background-color: rgb(250,230,168); }
div.DivClassName
{
background-color: #FAE6A8;
}
.BgClassName
{
background-color: #FAE6A8;
}
</style>
border-color css
<style>
span { border-color: #FAE6A8; }
span { border-color: rgb(250,230,168); }
td.TdClassName
{
border-color: #FAE6A8;
}
.TagClassName
{
border-color: #FAE6A8;
}
</style>