Shades of Buttermilk #FBE3A1
Tints of Buttermilk #FBE3A1
RGB
CMYK
RGB Variations
Color information
#FBE3A1 (or 0xFBE3A1) is known color: Buttermilk. HEX triplet: FB, E3 and A1. RGB value is (251,227,161). Sum of RGB (Red+Green+Blue) = 251+227+161=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 161 (63.28% from 255 or 25.20% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE3A1 is #041C5E. Grayscale: #E2E2E2. Windows color (decimal): -269407 or 10609659. OLE color: 10609659.
HSL color Cylindrical-coordinate representation of color #FBE3A1: hue angle of 44º 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 #FBE3A1 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 161 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.02 |
| HSL | 44º | 0.92% | 0.81% | - |
| HSV(B) | 44º | 0.36% | 0.98% | - |
| XYZ | 73.69 | 78.02 | 44.89 | - |
| YUV | 226.65 | 90.95 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 161 | 0 | 0.10 | 0.36 | 0.02 | 44 | 0.92 | 0.81 |
| Hex | FB | E3 | A1 | 0 | A | 24 | 2 | 2C | 5C | 51 |
| Octal | 373 | 343 | 241 | 0 | 12 | 44 | 2 | 54 | 134 | 121 |
| Binary | 11111011 | 11100011 | 10100001 | 0 | 1010 | 100100 | 10 | 101100 | 1011100 | 1010001 |
Color Harmonies of #FBE3A1
Complementary color
Monochromatic Colors of #FBE3A1
Black with #FBE3A1
Text Example
Text Example
White with #FBE3A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE3A1; }
p { color: rgb(251,227,161); }
H1.HeaderClassName
{
color: #FBE3A1;
}
.AnyTagClassName
{
color: #FBE3A1;
}
</style>
background-color css
<style>
a { background-color: #FBE3A1; }
a { background-color: rgb(251,227,161); }
div.DivClassName
{
background-color: #FBE3A1;
}
.BgClassName
{
background-color: #FBE3A1;
}
</style>
border-color css
<style>
span { border-color: #FBE3A1; }
span { border-color: rgb(251,227,161); }
td.TdClassName
{
border-color: #FBE3A1;
}
.TagClassName
{
border-color: #FBE3A1;
}
</style>