Shades of Moccasin #FBE3BC
Tints of Moccasin #FBE3BC
RGB
CMYK
RGB Variations
Color information
#FBE3BC (or 0xFBE3BC) is known color: Moccasin. HEX triplet: FB, E3 and BC. RGB value is (251,227,188). Sum of RGB (Red+Green+Blue) = 251+227+188=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE3BC is #041C43. Grayscale: #E5E5E5. Windows color (decimal): -269380 or 12379131. OLE color: 12379131.
HSL color Cylindrical-coordinate representation of color #FBE3BC: hue angle of 37.14º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBE3BC is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 188 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.02 |
| HSL | 37.14º | 0.89% | 0.86% | - |
| HSV(B) | 37.14º | 0.25% | 0.98% | - |
| XYZ | 76.33 | 79.08 | 58.82 | - |
| YUV | 229.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 188 | 0 | 0.10 | 0.25 | 0.02 | 37.14 | 0.89 | 0.86 |
| Hex | FB | E3 | BC | 0 | A | 19 | 2 | 25 | 59 | 56 |
| Octal | 373 | 343 | 274 | 0 | 12 | 31 | 2 | 45 | 131 | 126 |
| Binary | 11111011 | 11100011 | 10111100 | 0 | 1010 | 11001 | 10 | 100101 | 1011001 | 1010110 |
Color Harmonies of #FBE3BC
Complementary color
Monochromatic Colors of #FBE3BC
Black with #FBE3BC
Text Example
Text Example
White with #FBE3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE3BC; }
p { color: rgb(251,227,188); }
H1.HeaderClassName
{
color: #FBE3BC;
}
.AnyTagClassName
{
color: #FBE3BC;
}
</style>
background-color css
<style>
a { background-color: #FBE3BC; }
a { background-color: rgb(251,227,188); }
div.DivClassName
{
background-color: #FBE3BC;
}
.BgClassName
{
background-color: #FBE3BC;
}
</style>
border-color css
<style>
span { border-color: #FBE3BC; }
span { border-color: rgb(251,227,188); }
td.TdClassName
{
border-color: #FBE3BC;
}
.TagClassName
{
border-color: #FBE3BC;
}
</style>