Shades of Moccasin #FEE8BD
Tints of Moccasin #FEE8BD
RGB
CMYK
RGB Variations
Color information
#FEE8BD (or 0xFEE8BD) is known color: Moccasin. HEX triplet: FE, E8 and BD. RGB value is (254,232,189). Sum of RGB (Red+Green+Blue) = 254+232+189=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 189 (74.22% from 255 or 28% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8BD is #011742. Grayscale: #E9E9E9. Windows color (decimal): -71491 or 12445950. OLE color: 12445950.
HSL color Cylindrical-coordinate representation of color #FEE8BD: hue angle of 39.69º 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 #FEE8BD is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 189 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.00 |
| HSL | 39.69º | 0.97% | 0.87% | - |
| HSV(B) | 39.69º | 0.26% | 1% | - |
| XYZ | 78.91 | 82.46 | 59.9 | - |
| YUV | 233.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 189 | 0 | 0.09 | 0.26 | 0.00 | 39.69 | 0.97 | 0.87 |
| Hex | FE | E8 | BD | 0 | 9 | 1A | 0 | 28 | 61 | 57 |
| Octal | 376 | 350 | 275 | 0 | 11 | 32 | 0 | 50 | 141 | 127 |
| Binary | 11111110 | 11101000 | 10111101 | 0 | 1001 | 11010 | 0 | 101000 | 1100001 | 1010111 |
Color Harmonies of #FEE8BD
Complementary color
Monochromatic Colors of #FEE8BD
Black with #FEE8BD
Text Example
Text Example
White with #FEE8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8BD; }
p { color: rgb(254,232,189); }
H1.HeaderClassName
{
color: #FEE8BD;
}
.AnyTagClassName
{
color: #FEE8BD;
}
</style>
background-color css
<style>
a { background-color: #FEE8BD; }
a { background-color: rgb(254,232,189); }
div.DivClassName
{
background-color: #FEE8BD;
}
.BgClassName
{
background-color: #FEE8BD;
}
</style>
border-color css
<style>
span { border-color: #FEE8BD; }
span { border-color: rgb(254,232,189); }
td.TdClassName
{
border-color: #FEE8BD;
}
.TagClassName
{
border-color: #FEE8BD;
}
</style>