Shades of Moccasin #FBE5BA
Tints of Moccasin #FBE5BA
RGB
CMYK
RGB Variations
Color information
#FBE5BA (or 0xFBE5BA) is known color: Moccasin. HEX triplet: FB, E5 and BA. RGB value is (251,229,186). Sum of RGB (Red+Green+Blue) = 251+229+186=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE5BA is #041A45. Grayscale: #E6E6E6. Windows color (decimal): -268870 or 12248571. OLE color: 12248571.
HSL color Cylindrical-coordinate representation of color #FBE5BA: hue angle of 39.69º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBE5BA is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 186 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.02 |
| HSL | 39.69º | 0.89% | 0.86% | - |
| HSV(B) | 39.69º | 0.26% | 0.98% | - |
| XYZ | 76.67 | 80.09 | 57.87 | - |
| YUV | 230.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 186 | 0 | 0.09 | 0.26 | 0.02 | 39.69 | 0.89 | 0.86 |
| Hex | FB | E5 | BA | 0 | 9 | 1A | 2 | 28 | 59 | 56 |
| Octal | 373 | 345 | 272 | 0 | 11 | 32 | 2 | 50 | 131 | 126 |
| Binary | 11111011 | 11100101 | 10111010 | 0 | 1001 | 11010 | 10 | 101000 | 1011001 | 1010110 |
Color Harmonies of #FBE5BA
Complementary color
Monochromatic Colors of #FBE5BA
Black with #FBE5BA
Text Example
Text Example
White with #FBE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE5BA; }
p { color: rgb(251,229,186); }
H1.HeaderClassName
{
color: #FBE5BA;
}
.AnyTagClassName
{
color: #FBE5BA;
}
</style>
background-color css
<style>
a { background-color: #FBE5BA; }
a { background-color: rgb(251,229,186); }
div.DivClassName
{
background-color: #FBE5BA;
}
.BgClassName
{
background-color: #FBE5BA;
}
</style>
border-color css
<style>
span { border-color: #FBE5BA; }
span { border-color: rgb(251,229,186); }
td.TdClassName
{
border-color: #FBE5BA;
}
.TagClassName
{
border-color: #FBE5BA;
}
</style>