Shades of Moccasin #FBE1BA
Tints of Moccasin #FBE1BA
RGB
CMYK
RGB Variations
Color information
#FBE1BA (or 0xFBE1BA) is known color: Moccasin. HEX triplet: FB, E1 and BA. RGB value is (251,225,186). Sum of RGB (Red+Green+Blue) = 251+225+186=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE1BA is #041E45. Grayscale: #E4E4E4. Windows color (decimal): -269894 or 12247547. OLE color: 12247547.
HSL color Cylindrical-coordinate representation of color #FBE1BA: hue angle of 36º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBE1BA is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 225 | 186 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.02 |
| HSL | 36º | 0.89% | 0.86% | - |
| HSV(B) | 36º | 0.26% | 0.98% | - |
| XYZ | 75.57 | 77.9 | 57.51 | - |
| YUV | 228.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 225 | 186 | 0 | 0.10 | 0.26 | 0.02 | 36 | 0.89 | 0.86 |
| Hex | FB | E1 | BA | 0 | A | 1A | 2 | 24 | 59 | 56 |
| Octal | 373 | 341 | 272 | 0 | 12 | 32 | 2 | 44 | 131 | 126 |
| Binary | 11111011 | 11100001 | 10111010 | 0 | 1010 | 11010 | 10 | 100100 | 1011001 | 1010110 |
Color Harmonies of #FBE1BA
Complementary color
Monochromatic Colors of #FBE1BA
Black with #FBE1BA
Text Example
Text Example
White with #FBE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE1BA; }
p { color: rgb(251,225,186); }
H1.HeaderClassName
{
color: #FBE1BA;
}
.AnyTagClassName
{
color: #FBE1BA;
}
</style>
background-color css
<style>
a { background-color: #FBE1BA; }
a { background-color: rgb(251,225,186); }
div.DivClassName
{
background-color: #FBE1BA;
}
.BgClassName
{
background-color: #FBE1BA;
}
</style>
border-color css
<style>
span { border-color: #FBE1BA; }
span { border-color: rgb(251,225,186); }
td.TdClassName
{
border-color: #FBE1BA;
}
.TagClassName
{
border-color: #FBE1BA;
}
</style>