Shades of Moccasin #FEE8BA
Tints of Moccasin #FEE8BA
RGB
CMYK
RGB Variations
Color information
#FEE8BA (or 0xFEE8BA) is known color: Moccasin. HEX triplet: FE, E8 and BA. RGB value is (254,232,186). Sum of RGB (Red+Green+Blue) = 254+232+186=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 186 (73.05% from 255 or 27.68% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE8BA is #011745. Grayscale: #E9E9E9. Windows color (decimal): -71494 or 12249342. OLE color: 12249342.
HSL color Cylindrical-coordinate representation of color #FEE8BA: hue angle of 40.59º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEE8BA is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 186 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.00 |
| HSL | 40.59º | 0.97% | 0.86% | - |
| HSV(B) | 40.59º | 0.27% | 1% | - |
| XYZ | 78.59 | 82.33 | 58.2 | - |
| YUV | 233.33 | 101.29 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 186 | 0 | 0.09 | 0.27 | 0.00 | 40.59 | 0.97 | 0.86 |
| Hex | FE | E8 | BA | 0 | 9 | 1B | 0 | 29 | 61 | 56 |
| Octal | 376 | 350 | 272 | 0 | 11 | 33 | 0 | 51 | 141 | 126 |
| Binary | 11111110 | 11101000 | 10111010 | 0 | 1001 | 11011 | 0 | 101001 | 1100001 | 1010110 |
Color Harmonies of #FEE8BA
Complementary color
Monochromatic Colors of #FEE8BA
Black with #FEE8BA
Text Example
Text Example
White with #FEE8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8BA; }
p { color: rgb(254,232,186); }
H1.HeaderClassName
{
color: #FEE8BA;
}
.AnyTagClassName
{
color: #FEE8BA;
}
</style>
background-color css
<style>
a { background-color: #FEE8BA; }
a { background-color: rgb(254,232,186); }
div.DivClassName
{
background-color: #FEE8BA;
}
.BgClassName
{
background-color: #FEE8BA;
}
</style>
border-color css
<style>
span { border-color: #FEE8BA; }
span { border-color: rgb(254,232,186); }
td.TdClassName
{
border-color: #FEE8BA;
}
.TagClassName
{
border-color: #FEE8BA;
}
</style>