Shades of Buttermilk #FAE5A8
Tints of Buttermilk #FAE5A8
RGB
CMYK
RGB Variations
Color information
#FAE5A8 (or 0xFAE5A8) is known color: Buttermilk. HEX triplet: FA, E5 and A8. RGB value is (250,229,168). Sum of RGB (Red+Green+Blue) = 250+229+168=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 168 (66.02% from 255 or 25.97% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE5A8 is #051A57. Grayscale: #E4E4E4. Windows color (decimal): -334424 or 11068922. OLE color: 11068922.
HSL color Cylindrical-coordinate representation of color #FAE5A8: hue angle of 44.63º 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 #FAE5A8 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 229 | 168 | - |
CMYK | 0 | 0.08 | 0.33 | 0.02 |
HSL | 44.63º | 0.89% | 0.82% | - |
HSV(B) | 44.63º | 0.33% | 0.98% | - |
XYZ | 74.51 | 79.19 | 48.4 | - |
YUV | 228.33 | 93.96 | 143.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 229 | 168 | 0 | 0.08 | 0.33 | 0.02 | 44.63 | 0.89 | 0.82 |
Hex | FA | E5 | A8 | 0 | 8 | 21 | 2 | 2D | 59 | 52 |
Octal | 372 | 345 | 250 | 0 | 10 | 41 | 2 | 55 | 131 | 122 |
Binary | 11111010 | 11100101 | 10101000 | 0 | 1000 | 100001 | 10 | 101101 | 1011001 | 1010010 |
Color Harmonies of #FAE5A8
Complementary color
Monochromatic Colors of #FAE5A8
Black with #FAE5A8
Text Example
Text Example
White with #FAE5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE5A8; }
p { color: rgb(250,229,168); }
H1.HeaderClassName
{
color: #FAE5A8;
}
.AnyTagClassName
{
color: #FAE5A8;
}
</style>
background-color css
<style>
a { background-color: #FAE5A8; }
a { background-color: rgb(250,229,168); }
div.DivClassName
{
background-color: #FAE5A8;
}
.BgClassName
{
background-color: #FAE5A8;
}
</style>
border-color css
<style>
span { border-color: #FAE5A8; }
span { border-color: rgb(250,229,168); }
td.TdClassName
{
border-color: #FAE5A8;
}
.TagClassName
{
border-color: #FAE5A8;
}
</style>