Shades of Moccasin #FBE4BB
Tints of Moccasin #FBE4BB
RGB
CMYK
RGB Variations
Color information
#FBE4BB (or 0xFBE4BB) is known color: Moccasin. HEX triplet: FB, E4 and BB. RGB value is (251,228,187). Sum of RGB (Red+Green+Blue) = 251+228+187=666 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.69% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 187 (73.44% from 255 or 28.08% from 666); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE4BB is #041B44. Grayscale: #E6E6E6. Windows color (decimal): -269125 or 12313851. OLE color: 12313851.
HSL color Cylindrical-coordinate representation of color #FBE4BB: hue angle of 38.44º 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 #FBE4BB is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 187 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.02 |
| HSL | 38.44º | 0.89% | 0.86% | - |
| HSV(B) | 38.44º | 0.25% | 0.98% | - |
| XYZ | 76.5 | 79.58 | 58.34 | - |
| YUV | 230.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 187 | 0 | 0.09 | 0.25 | 0.02 | 38.44 | 0.89 | 0.86 |
| Hex | FB | E4 | BB | 0 | 9 | 19 | 2 | 26 | 59 | 56 |
| Octal | 373 | 344 | 273 | 0 | 11 | 31 | 2 | 46 | 131 | 126 |
| Binary | 11111011 | 11100100 | 10111011 | 0 | 1001 | 11001 | 10 | 100110 | 1011001 | 1010110 |
Color Harmonies of #FBE4BB
Complementary color
Monochromatic Colors of #FBE4BB
Black with #FBE4BB
Text Example
Text Example
White with #FBE4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE4BB; }
p { color: rgb(251,228,187); }
H1.HeaderClassName
{
color: #FBE4BB;
}
.AnyTagClassName
{
color: #FBE4BB;
}
</style>
background-color css
<style>
a { background-color: #FBE4BB; }
a { background-color: rgb(251,228,187); }
div.DivClassName
{
background-color: #FBE4BB;
}
.BgClassName
{
background-color: #FBE4BB;
}
</style>
border-color css
<style>
span { border-color: #FBE4BB; }
span { border-color: rgb(251,228,187); }
td.TdClassName
{
border-color: #FBE4BB;
}
.TagClassName
{
border-color: #FBE4BB;
}
</style>