Shades of Buttermilk #FAE2A3
Tints of Buttermilk #FAE2A3
RGB
CMYK
RGB Variations
Color information
#FAE2A3 (or 0xFAE2A3) is known color: Buttermilk. HEX triplet: FA, E2 and A3. RGB value is (250,226,163). Sum of RGB (Red+Green+Blue) = 250+226+163=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 163 (64.06% from 255 or 25.51% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE2A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE2A3 is #051D5C. Grayscale: #E2E2E2. Windows color (decimal): -335197 or 10740474. OLE color: 10740474.
HSL color Cylindrical-coordinate representation of color #FAE2A3: hue angle of 43.45º 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 #FAE2A3 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 163 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.02 |
| HSL | 43.45º | 0.9% | 0.81% | - |
| HSV(B) | 43.45º | 0.35% | 0.98% | - |
| XYZ | 73.23 | 77.36 | 45.72 | - |
| YUV | 225.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 163 | 0 | 0.10 | 0.35 | 0.02 | 43.45 | 0.9 | 0.81 |
| Hex | FA | E2 | A3 | 0 | A | 23 | 2 | 2B | 5A | 51 |
| Octal | 372 | 342 | 243 | 0 | 12 | 43 | 2 | 53 | 132 | 121 |
| Binary | 11111010 | 11100010 | 10100011 | 0 | 1010 | 100011 | 10 | 101011 | 1011010 | 1010001 |
Color Harmonies of #FAE2A3
Complementary color
Monochromatic Colors of #FAE2A3
Black with #FAE2A3
Text Example
Text Example
White with #FAE2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE2A3; }
p { color: rgb(250,226,163); }
H1.HeaderClassName
{
color: #FAE2A3;
}
.AnyTagClassName
{
color: #FAE2A3;
}
</style>
background-color css
<style>
a { background-color: #FAE2A3; }
a { background-color: rgb(250,226,163); }
div.DivClassName
{
background-color: #FAE2A3;
}
.BgClassName
{
background-color: #FAE2A3;
}
</style>
border-color css
<style>
span { border-color: #FAE2A3; }
span { border-color: rgb(250,226,163); }
td.TdClassName
{
border-color: #FAE2A3;
}
.TagClassName
{
border-color: #FAE2A3;
}
</style>