Shades of Moccasin #FBE0B9
Tints of Moccasin #FBE0B9
RGB
CMYK
RGB Variations
Color information
#FBE0B9 (or 0xFBE0B9) is known color: Moccasin. HEX triplet: FB, E0 and B9. RGB value is (251,224,185). Sum of RGB (Red+Green+Blue) = 251+224+185=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 185 (72.66% from 255 or 28.03% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0B9 is #041F46. Grayscale: #E3E3E3. Windows color (decimal): -270151 or 12181755. OLE color: 12181755.
HSL color Cylindrical-coordinate representation of color #FBE0B9: hue angle of 35.45º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBE0B9 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 185 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.02 |
| HSL | 35.45º | 0.89% | 0.85% | - |
| HSV(B) | 35.45º | 0.26% | 0.98% | - |
| XYZ | 75.2 | 77.32 | 56.86 | - |
| YUV | 227.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 185 | 0 | 0.11 | 0.26 | 0.02 | 35.45 | 0.89 | 0.85 |
| Hex | FB | E0 | B9 | 0 | B | 1A | 2 | 23 | 59 | 55 |
| Octal | 373 | 340 | 271 | 0 | 13 | 32 | 2 | 43 | 131 | 125 |
| Binary | 11111011 | 11100000 | 10111001 | 0 | 1011 | 11010 | 10 | 100011 | 1011001 | 1010101 |
Color Harmonies of #FBE0B9
Complementary color
Monochromatic Colors of #FBE0B9
Black with #FBE0B9
Text Example
Text Example
White with #FBE0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0B9; }
p { color: rgb(251,224,185); }
H1.HeaderClassName
{
color: #FBE0B9;
}
.AnyTagClassName
{
color: #FBE0B9;
}
</style>
background-color css
<style>
a { background-color: #FBE0B9; }
a { background-color: rgb(251,224,185); }
div.DivClassName
{
background-color: #FBE0B9;
}
.BgClassName
{
background-color: #FBE0B9;
}
</style>
border-color css
<style>
span { border-color: #FBE0B9; }
span { border-color: rgb(251,224,185); }
td.TdClassName
{
border-color: #FBE0B9;
}
.TagClassName
{
border-color: #FBE0B9;
}
</style>