Shades of Moccasin #FEE3B1
Tints of Moccasin #FEE3B1
RGB
CMYK
RGB Variations
Color information
#FEE3B1 (or 0xFEE3B1) is known color: Moccasin. HEX triplet: FE, E3 and B1. RGB value is (254,227,177). Sum of RGB (Red+Green+Blue) = 254+227+177=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 227 (89.06% from 255 or 34.50% from 658); Blue value is 177 (69.53% from 255 or 26.90% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE3B1 is #011C4E. Grayscale: #E5E5E5. Windows color (decimal): -72783 or 11658238. OLE color: 11658238.
HSL color Cylindrical-coordinate representation of color #FEE3B1: hue angle of 38.96º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEE3B1 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 177 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.00 |
| HSL | 38.96º | 0.97% | 0.85% | - |
| HSV(B) | 38.96º | 0.3% | 1% | - |
| XYZ | 76.28 | 79.18 | 52.86 | - |
| YUV | 229.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 177 | 0 | 0.11 | 0.30 | 0.00 | 38.96 | 0.97 | 0.85 |
| Hex | FE | E3 | B1 | 0 | B | 1E | 0 | 27 | 61 | 55 |
| Octal | 376 | 343 | 261 | 0 | 13 | 36 | 0 | 47 | 141 | 125 |
| Binary | 11111110 | 11100011 | 10110001 | 0 | 1011 | 11110 | 0 | 100111 | 1100001 | 1010101 |
Color Harmonies of #FEE3B1
Complementary color
Monochromatic Colors of #FEE3B1
Black with #FEE3B1
Text Example
Text Example
White with #FEE3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3B1; }
p { color: rgb(254,227,177); }
H1.HeaderClassName
{
color: #FEE3B1;
}
.AnyTagClassName
{
color: #FEE3B1;
}
</style>
background-color css
<style>
a { background-color: #FEE3B1; }
a { background-color: rgb(254,227,177); }
div.DivClassName
{
background-color: #FEE3B1;
}
.BgClassName
{
background-color: #FEE3B1;
}
</style>
border-color css
<style>
span { border-color: #FEE3B1; }
span { border-color: rgb(254,227,177); }
td.TdClassName
{
border-color: #FEE3B1;
}
.TagClassName
{
border-color: #FEE3B1;
}
</style>