Shades of Moccasin #FBE0B7
Tints of Moccasin #FBE0B7
RGB
CMYK
RGB Variations
Color information
#FBE0B7 (or 0xFBE0B7) is known color: Moccasin. HEX triplet: FB, E0 and B7. RGB value is (251,224,183). Sum of RGB (Red+Green+Blue) = 251+224+183=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 224 (87.89% from 255 or 34.04% from 658); Blue value is 183 (71.88% from 255 or 27.81% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE0B7 is #041F48. Grayscale: #E3E3E3. Windows color (decimal): -270153 or 12050683. OLE color: 12050683.
HSL color Cylindrical-coordinate representation of color #FBE0B7: hue angle of 36.18º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBE0B7 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 224 | 183 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.02 |
| HSL | 36.18º | 0.89% | 0.85% | - |
| HSV(B) | 36.18º | 0.27% | 0.98% | - |
| XYZ | 74.99 | 77.24 | 55.76 | - |
| YUV | 227.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 224 | 183 | 0 | 0.11 | 0.27 | 0.02 | 36.18 | 0.89 | 0.85 |
| Hex | FB | E0 | B7 | 0 | B | 1B | 2 | 24 | 59 | 55 |
| Octal | 373 | 340 | 267 | 0 | 13 | 33 | 2 | 44 | 131 | 125 |
| Binary | 11111011 | 11100000 | 10110111 | 0 | 1011 | 11011 | 10 | 100100 | 1011001 | 1010101 |
Color Harmonies of #FBE0B7
Complementary color
Monochromatic Colors of #FBE0B7
Black with #FBE0B7
Text Example
Text Example
White with #FBE0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE0B7; }
p { color: rgb(251,224,183); }
H1.HeaderClassName
{
color: #FBE0B7;
}
.AnyTagClassName
{
color: #FBE0B7;
}
</style>
background-color css
<style>
a { background-color: #FBE0B7; }
a { background-color: rgb(251,224,183); }
div.DivClassName
{
background-color: #FBE0B7;
}
.BgClassName
{
background-color: #FBE0B7;
}
</style>
border-color css
<style>
span { border-color: #FBE0B7; }
span { border-color: rgb(251,224,183); }
td.TdClassName
{
border-color: #FBE0B7;
}
.TagClassName
{
border-color: #FBE0B7;
}
</style>