Shades of Moccasin #FBE1BB
Tints of Moccasin #FBE1BB
RGB
CMYK
RGB Variations
Color information
#FBE1BB (or 0xFBE1BB) is known color: Moccasin. HEX triplet: FB, E1 and BB. RGB value is (251,225,187). Sum of RGB (Red+Green+Blue) = 251+225+187=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 187 (73.44% from 255 or 28.21% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1BB is #041E44. Grayscale: #E4E4E4. Windows color (decimal): -269893 or 12313083. OLE color: 12313083.
HSL color Cylindrical-coordinate representation of color #FBE1BB: hue angle of 35.62º 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 #FBE1BB is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 187 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.02 |
| HSL | 35.63º | 0.89% | 0.86% | - |
| HSV(B) | 35.63º | 0.25% | 0.98% | - |
| XYZ | 75.68 | 77.95 | 58.07 | - |
| YUV | 228.44 | 104.61 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 187 | 0 | 0.10 | 0.25 | 0.02 | 35.63 | 0.89 | 0.86 |
| Hex | FB | E1 | BB | 0 | A | 19 | 2 | 24 | 59 | 56 |
| Octal | 373 | 341 | 273 | 0 | 12 | 31 | 2 | 44 | 131 | 126 |
| Binary | 11111011 | 11100001 | 10111011 | 0 | 1010 | 11001 | 10 | 100100 | 1011001 | 1010110 |
Color Harmonies of #FBE1BB
Complementary color
Monochromatic Colors of #FBE1BB
Black with #FBE1BB
Text Example
Text Example
White with #FBE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1BB; }
p { color: rgb(251,225,187); }
H1.HeaderClassName
{
color: #FBE1BB;
}
.AnyTagClassName
{
color: #FBE1BB;
}
</style>
background-color css
<style>
a { background-color: #FBE1BB; }
a { background-color: rgb(251,225,187); }
div.DivClassName
{
background-color: #FBE1BB;
}
.BgClassName
{
background-color: #FBE1BB;
}
</style>
border-color css
<style>
span { border-color: #FBE1BB; }
span { border-color: rgb(251,225,187); }
td.TdClassName
{
border-color: #FBE1BB;
}
.TagClassName
{
border-color: #FBE1BB;
}
</style>