Shades of Moccasin #FEE1B1
Tints of Moccasin #FEE1B1
RGB
CMYK
RGB Variations
Color information
#FEE1B1 (or 0xFEE1B1) is known color: Moccasin. HEX triplet: FE, E1 and B1. RGB value is (254,225,177). Sum of RGB (Red+Green+Blue) = 254+225+177=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 177 (69.53% from 255 or 26.98% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE1B1 is #011E4E. Grayscale: #E4E4E4. Windows color (decimal): -73295 or 11657726. OLE color: 11657726.
HSL color Cylindrical-coordinate representation of color #FEE1B1: hue angle of 37.4º 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 #FEE1B1 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 177 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.00 |
| HSL | 37.4º | 0.97% | 0.85% | - |
| HSV(B) | 37.4º | 0.3% | 1% | - |
| XYZ | 75.73 | 78.1 | 52.68 | - |
| YUV | 228.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 177 | 0 | 0.11 | 0.30 | 0.00 | 37.4 | 0.97 | 0.85 |
| Hex | FE | E1 | B1 | 0 | B | 1E | 0 | 25 | 61 | 55 |
| Octal | 376 | 341 | 261 | 0 | 13 | 36 | 0 | 45 | 141 | 125 |
| Binary | 11111110 | 11100001 | 10110001 | 0 | 1011 | 11110 | 0 | 100101 | 1100001 | 1010101 |
Color Harmonies of #FEE1B1
Complementary color
Monochromatic Colors of #FEE1B1
Black with #FEE1B1
Text Example
Text Example
White with #FEE1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1B1; }
p { color: rgb(254,225,177); }
H1.HeaderClassName
{
color: #FEE1B1;
}
.AnyTagClassName
{
color: #FEE1B1;
}
</style>
background-color css
<style>
a { background-color: #FEE1B1; }
a { background-color: rgb(254,225,177); }
div.DivClassName
{
background-color: #FEE1B1;
}
.BgClassName
{
background-color: #FEE1B1;
}
</style>
border-color css
<style>
span { border-color: #FEE1B1; }
span { border-color: rgb(254,225,177); }
td.TdClassName
{
border-color: #FEE1B1;
}
.TagClassName
{
border-color: #FEE1B1;
}
</style>