Shades of Buttermilk #FBE5A2
Tints of Buttermilk #FBE5A2
RGB
CMYK
RGB Variations
Color information
#FBE5A2 (or 0xFBE5A2) is known color: Buttermilk. HEX triplet: FB, E5 and A2. RGB value is (251,229,162). Sum of RGB (Red+Green+Blue) = 251+229+162=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 162 (63.67% from 255 or 25.23% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE5A2 is #041A5D. Grayscale: #E4E4E4. Windows color (decimal): -268894 or 10675707. OLE color: 10675707.
HSL color Cylindrical-coordinate representation of color #FBE5A2: hue angle of 45.17º degrees, saturation: 0.92, 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 #FBE5A2 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 162 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.02 |
| HSL | 45.17º | 0.92% | 0.81% | - |
| HSV(B) | 45.17º | 0.35% | 0.98% | - |
| XYZ | 74.32 | 79.16 | 45.54 | - |
| YUV | 227.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 162 | 0 | 0.09 | 0.35 | 0.02 | 45.17 | 0.92 | 0.81 |
| Hex | FB | E5 | A2 | 0 | 9 | 23 | 2 | 2D | 5C | 51 |
| Octal | 373 | 345 | 242 | 0 | 11 | 43 | 2 | 55 | 134 | 121 |
| Binary | 11111011 | 11100101 | 10100010 | 0 | 1001 | 100011 | 10 | 101101 | 1011100 | 1010001 |
Color Harmonies of #FBE5A2
Complementary color
Monochromatic Colors of #FBE5A2
Black with #FBE5A2
Text Example
Text Example
White with #FBE5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5A2; }
p { color: rgb(251,229,162); }
H1.HeaderClassName
{
color: #FBE5A2;
}
.AnyTagClassName
{
color: #FBE5A2;
}
</style>
background-color css
<style>
a { background-color: #FBE5A2; }
a { background-color: rgb(251,229,162); }
div.DivClassName
{
background-color: #FBE5A2;
}
.BgClassName
{
background-color: #FBE5A2;
}
</style>
border-color css
<style>
span { border-color: #FBE5A2; }
span { border-color: rgb(251,229,162); }
td.TdClassName
{
border-color: #FBE5A2;
}
.TagClassName
{
border-color: #FBE5A2;
}
</style>