Shades of Buttermilk #FAE6A7
Tints of Buttermilk #FAE6A7
RGB
CMYK
RGB Variations
Color information
#FAE6A7 (or 0xFAE6A7) is known color: Buttermilk. HEX triplet: FA, E6 and A7. RGB value is (250,230,167). Sum of RGB (Red+Green+Blue) = 250+230+167=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 167 (65.62% from 255 or 25.81% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE6A7 is #051958. Grayscale: #E5E5E5. Windows color (decimal): -334169 or 11003642. OLE color: 11003642.
HSL color Cylindrical-coordinate representation of color #FAE6A7: hue angle of 45.54º 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 #FAE6A7 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 167 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.02 |
| HSL | 45.54º | 0.89% | 0.82% | - |
| HSV(B) | 45.54º | 0.33% | 0.98% | - |
| XYZ | 74.7 | 79.71 | 48.01 | - |
| YUV | 228.8 | 93.13 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 167 | 0 | 0.08 | 0.33 | 0.02 | 45.54 | 0.89 | 0.82 |
| Hex | FA | E6 | A7 | 0 | 8 | 21 | 2 | 2E | 59 | 52 |
| Octal | 372 | 346 | 247 | 0 | 10 | 41 | 2 | 56 | 131 | 122 |
| Binary | 11111010 | 11100110 | 10100111 | 0 | 1000 | 100001 | 10 | 101110 | 1011001 | 1010010 |
Color Harmonies of #FAE6A7
Complementary color
Monochromatic Colors of #FAE6A7
Black with #FAE6A7
Text Example
Text Example
White with #FAE6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE6A7; }
p { color: rgb(250,230,167); }
H1.HeaderClassName
{
color: #FAE6A7;
}
.AnyTagClassName
{
color: #FAE6A7;
}
</style>
background-color css
<style>
a { background-color: #FAE6A7; }
a { background-color: rgb(250,230,167); }
div.DivClassName
{
background-color: #FAE6A7;
}
.BgClassName
{
background-color: #FAE6A7;
}
</style>
border-color css
<style>
span { border-color: #FAE6A7; }
span { border-color: rgb(250,230,167); }
td.TdClassName
{
border-color: #FAE6A7;
}
.TagClassName
{
border-color: #FAE6A7;
}
</style>