Shades of Buttermilk #FBE1A0
Tints of Buttermilk #FBE1A0
RGB
CMYK
RGB Variations
Color information
#FBE1A0 (or 0xFBE1A0) is known color: Buttermilk. HEX triplet: FB, E1 and A0. RGB value is (251,225,160). Sum of RGB (Red+Green+Blue) = 251+225+160=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 160 (62.89% from 255 or 25.16% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE1A0 is #041E5F. Grayscale: #E1E1E1. Windows color (decimal): -269920 or 10543611. OLE color: 10543611.
HSL color Cylindrical-coordinate representation of color #FBE1A0: hue angle of 42.86º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBE1A0 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 160 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.02 |
| HSL | 42.86º | 0.92% | 0.81% | - |
| HSV(B) | 42.86º | 0.36% | 0.98% | - |
| XYZ | 73.05 | 76.9 | 44.25 | - |
| YUV | 225.36 | 91.11 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 160 | 0 | 0.10 | 0.36 | 0.02 | 42.86 | 0.92 | 0.81 |
| Hex | FB | E1 | A0 | 0 | A | 24 | 2 | 2B | 5C | 51 |
| Octal | 373 | 341 | 240 | 0 | 12 | 44 | 2 | 53 | 134 | 121 |
| Binary | 11111011 | 11100001 | 10100000 | 0 | 1010 | 100100 | 10 | 101011 | 1011100 | 1010001 |
Color Harmonies of #FBE1A0
Complementary color
Monochromatic Colors of #FBE1A0
Black with #FBE1A0
Text Example
Text Example
White with #FBE1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1A0; }
p { color: rgb(251,225,160); }
H1.HeaderClassName
{
color: #FBE1A0;
}
.AnyTagClassName
{
color: #FBE1A0;
}
</style>
background-color css
<style>
a { background-color: #FBE1A0; }
a { background-color: rgb(251,225,160); }
div.DivClassName
{
background-color: #FBE1A0;
}
.BgClassName
{
background-color: #FBE1A0;
}
</style>
border-color css
<style>
span { border-color: #FBE1A0; }
span { border-color: rgb(251,225,160); }
td.TdClassName
{
border-color: #FBE1A0;
}
.TagClassName
{
border-color: #FBE1A0;
}
</style>