Shades of Buttermilk #FBE5A8
Tints of Buttermilk #FBE5A8
RGB
CMYK
RGB Variations
Color information
#FBE5A8 (or 0xFBE5A8) is known color: Buttermilk. HEX triplet: FB, E5 and A8. RGB value is (251,229,168). Sum of RGB (Red+Green+Blue) = 251+229+168=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 168 (66.02% from 255 or 25.93% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE5A8 is #041A57. Grayscale: #E4E4E4. Windows color (decimal): -268888 or 11068923. OLE color: 11068923.
HSL color Cylindrical-coordinate representation of color #FBE5A8: hue angle of 44.1º degrees, saturation: 0.91, 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 #FBE5A8 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 168 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.02 |
| HSL | 44.1º | 0.91% | 0.82% | - |
| HSV(B) | 44.1º | 0.33% | 0.98% | - |
| XYZ | 74.87 | 79.38 | 48.42 | - |
| YUV | 228.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 168 | 0 | 0.09 | 0.33 | 0.02 | 44.1 | 0.91 | 0.82 |
| Hex | FB | E5 | A8 | 0 | 9 | 21 | 2 | 2C | 5B | 52 |
| Octal | 373 | 345 | 250 | 0 | 11 | 41 | 2 | 54 | 133 | 122 |
| Binary | 11111011 | 11100101 | 10101000 | 0 | 1001 | 100001 | 10 | 101100 | 1011011 | 1010010 |
Color Harmonies of #FBE5A8
Complementary color
Monochromatic Colors of #FBE5A8
Black with #FBE5A8
Text Example
Text Example
White with #FBE5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5A8; }
p { color: rgb(251,229,168); }
H1.HeaderClassName
{
color: #FBE5A8;
}
.AnyTagClassName
{
color: #FBE5A8;
}
</style>
background-color css
<style>
a { background-color: #FBE5A8; }
a { background-color: rgb(251,229,168); }
div.DivClassName
{
background-color: #FBE5A8;
}
.BgClassName
{
background-color: #FBE5A8;
}
</style>
border-color css
<style>
span { border-color: #FBE5A8; }
span { border-color: rgb(251,229,168); }
td.TdClassName
{
border-color: #FBE5A8;
}
.TagClassName
{
border-color: #FBE5A8;
}
</style>