Shades of Moccasin #FEE3BC
Tints of Moccasin #FEE3BC
RGB
CMYK
RGB Variations
Color information
#FEE3BC (or 0xFEE3BC) is known color: Moccasin. HEX triplet: FE, E3 and BC. RGB value is (254,227,188). Sum of RGB (Red+Green+Blue) = 254+227+188=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 188 (73.83% from 255 or 28.10% from 669); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE3BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE3BC is #011C43. Grayscale: #E6E6E6. Windows color (decimal): -72772 or 12379134. OLE color: 12379134.
HSL color Cylindrical-coordinate representation of color #FEE3BC: hue angle of 35.45º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEE3BC is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 188 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.00 |
| HSL | 35.45º | 0.97% | 0.87% | - |
| HSV(B) | 35.45º | 0.26% | 1% | - |
| XYZ | 77.42 | 79.64 | 58.87 | - |
| YUV | 230.63 | 103.95 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 188 | 0 | 0.11 | 0.26 | 0.00 | 35.45 | 0.97 | 0.87 |
| Hex | FE | E3 | BC | 0 | B | 1A | 0 | 23 | 61 | 57 |
| Octal | 376 | 343 | 274 | 0 | 13 | 32 | 0 | 43 | 141 | 127 |
| Binary | 11111110 | 11100011 | 10111100 | 0 | 1011 | 11010 | 0 | 100011 | 1100001 | 1010111 |
Color Harmonies of #FEE3BC
Complementary color
Monochromatic Colors of #FEE3BC
Black with #FEE3BC
Text Example
Text Example
White with #FEE3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE3BC; }
p { color: rgb(254,227,188); }
H1.HeaderClassName
{
color: #FEE3BC;
}
.AnyTagClassName
{
color: #FEE3BC;
}
</style>
background-color css
<style>
a { background-color: #FEE3BC; }
a { background-color: rgb(254,227,188); }
div.DivClassName
{
background-color: #FEE3BC;
}
.BgClassName
{
background-color: #FEE3BC;
}
</style>
border-color css
<style>
span { border-color: #FEE3BC; }
span { border-color: rgb(254,227,188); }
td.TdClassName
{
border-color: #FEE3BC;
}
.TagClassName
{
border-color: #FEE3BC;
}
</style>