Shades of Buttermilk #FAE5A5
Tints of Buttermilk #FAE5A5
RGB
CMYK
RGB Variations
Color information
#FAE5A5 (or 0xFAE5A5) is known color: Buttermilk. HEX triplet: FA, E5 and A5. RGB value is (250,229,165). Sum of RGB (Red+Green+Blue) = 250+229+165=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 165 (64.84% from 255 or 25.62% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE5A5 is #051A5A. Grayscale: #E4E4E4. Windows color (decimal): -334427 or 10872314. OLE color: 10872314.
HSL color Cylindrical-coordinate representation of color #FAE5A5: hue angle of 45.18º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAE5A5 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 165 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.02 |
| HSL | 45.18º | 0.89% | 0.81% | - |
| HSV(B) | 45.18º | 0.34% | 0.98% | - |
| XYZ | 74.24 | 79.08 | 46.95 | - |
| YUV | 227.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 165 | 0 | 0.08 | 0.34 | 0.02 | 45.18 | 0.89 | 0.81 |
| Hex | FA | E5 | A5 | 0 | 8 | 22 | 2 | 2D | 59 | 51 |
| Octal | 372 | 345 | 245 | 0 | 10 | 42 | 2 | 55 | 131 | 121 |
| Binary | 11111010 | 11100101 | 10100101 | 0 | 1000 | 100010 | 10 | 101101 | 1011001 | 1010001 |
Color Harmonies of #FAE5A5
Complementary color
Monochromatic Colors of #FAE5A5
Black with #FAE5A5
Text Example
Text Example
White with #FAE5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5A5; }
p { color: rgb(250,229,165); }
H1.HeaderClassName
{
color: #FAE5A5;
}
.AnyTagClassName
{
color: #FAE5A5;
}
</style>
background-color css
<style>
a { background-color: #FAE5A5; }
a { background-color: rgb(250,229,165); }
div.DivClassName
{
background-color: #FAE5A5;
}
.BgClassName
{
background-color: #FAE5A5;
}
</style>
border-color css
<style>
span { border-color: #FAE5A5; }
span { border-color: rgb(250,229,165); }
td.TdClassName
{
border-color: #FAE5A5;
}
.TagClassName
{
border-color: #FAE5A5;
}
</style>