Shades of Moccasin #FBE3BA
Tints of Moccasin #FBE3BA
RGB
CMYK
RGB Variations
Color information
#FBE3BA (or 0xFBE3BA) is known color: Moccasin. HEX triplet: FB, E3 and BA. RGB value is (251,227,186). Sum of RGB (Red+Green+Blue) = 251+227+186=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 227 (89.06% from 255 or 34.19% from 664); Blue value is 186 (73.05% from 255 or 28.01% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBE3BA is #041C45. Grayscale: #E5E5E5. Windows color (decimal): -269382 or 12248059. OLE color: 12248059.
HSL color Cylindrical-coordinate representation of color #FBE3BA: hue angle of 37.85º 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 #FBE3BA is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 227 | 186 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.02 |
| HSL | 37.85º | 0.89% | 0.86% | - |
| HSV(B) | 37.85º | 0.26% | 0.98% | - |
| XYZ | 76.12 | 78.99 | 57.69 | - |
| YUV | 229.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 227 | 186 | 0 | 0.10 | 0.26 | 0.02 | 37.85 | 0.89 | 0.86 |
| Hex | FB | E3 | BA | 0 | A | 1A | 2 | 26 | 59 | 56 |
| Octal | 373 | 343 | 272 | 0 | 12 | 32 | 2 | 46 | 131 | 126 |
| Binary | 11111011 | 11100011 | 10111010 | 0 | 1010 | 11010 | 10 | 100110 | 1011001 | 1010110 |
Color Harmonies of #FBE3BA
Complementary color
Monochromatic Colors of #FBE3BA
Black with #FBE3BA
Text Example
Text Example
White with #FBE3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE3BA; }
p { color: rgb(251,227,186); }
H1.HeaderClassName
{
color: #FBE3BA;
}
.AnyTagClassName
{
color: #FBE3BA;
}
</style>
background-color css
<style>
a { background-color: #FBE3BA; }
a { background-color: rgb(251,227,186); }
div.DivClassName
{
background-color: #FBE3BA;
}
.BgClassName
{
background-color: #FBE3BA;
}
</style>
border-color css
<style>
span { border-color: #FBE3BA; }
span { border-color: rgb(251,227,186); }
td.TdClassName
{
border-color: #FBE3BA;
}
.TagClassName
{
border-color: #FBE3BA;
}
</style>