Shades of Moccasin #FEE8BC
Tints of Moccasin #FEE8BC
RGB
CMYK
RGB Variations
Color information
#FEE8BC (or 0xFEE8BC) is known color: Moccasin. HEX triplet: FE, E8 and BC. RGB value is (254,232,188). Sum of RGB (Red+Green+Blue) = 254+232+188=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 188 (73.83% from 255 or 27.89% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8BC is #011743. Grayscale: #E9E9E9. Windows color (decimal): -71492 or 12380414. OLE color: 12380414.
HSL color Cylindrical-coordinate representation of color #FEE8BC: hue angle of 40º 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 #FEE8BC is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 188 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.00 |
| HSL | 40º | 0.97% | 0.87% | - |
| HSV(B) | 40º | 0.26% | 1% | - |
| XYZ | 78.81 | 82.41 | 59.33 | - |
| YUV | 233.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 188 | 0 | 0.09 | 0.26 | 0.00 | 40 | 0.97 | 0.87 |
| Hex | FE | E8 | BC | 0 | 9 | 1A | 0 | 28 | 61 | 57 |
| Octal | 376 | 350 | 274 | 0 | 11 | 32 | 0 | 50 | 141 | 127 |
| Binary | 11111110 | 11101000 | 10111100 | 0 | 1001 | 11010 | 0 | 101000 | 1100001 | 1010111 |
Color Harmonies of #FEE8BC
Complementary color
Monochromatic Colors of #FEE8BC
Black with #FEE8BC
Text Example
Text Example
White with #FEE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8BC; }
p { color: rgb(254,232,188); }
H1.HeaderClassName
{
color: #FEE8BC;
}
.AnyTagClassName
{
color: #FEE8BC;
}
</style>
background-color css
<style>
a { background-color: #FEE8BC; }
a { background-color: rgb(254,232,188); }
div.DivClassName
{
background-color: #FEE8BC;
}
.BgClassName
{
background-color: #FEE8BC;
}
</style>
border-color css
<style>
span { border-color: #FEE8BC; }
span { border-color: rgb(254,232,188); }
td.TdClassName
{
border-color: #FEE8BC;
}
.TagClassName
{
border-color: #FEE8BC;
}
</style>