Shades of Moccasin #FEE7BA
Tints of Moccasin #FEE7BA
RGB
CMYK
RGB Variations
Color information
#FEE7BA (or 0xFEE7BA) is known color: Moccasin. HEX triplet: FE, E7 and BA. RGB value is (254,231,186). Sum of RGB (Red+Green+Blue) = 254+231+186=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 186 (73.05% from 255 or 27.72% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7BA is #011845. Grayscale: #E8E8E8. Windows color (decimal): -71750 or 12249086. OLE color: 12249086.
HSL color Cylindrical-coordinate representation of color #FEE7BA: hue angle of 39.71º 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 #FEE7BA is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 186 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.00 |
| HSL | 39.71º | 0.97% | 0.86% | - |
| HSV(B) | 39.71º | 0.27% | 1% | - |
| XYZ | 78.31 | 81.77 | 58.11 | - |
| YUV | 232.75 | 101.62 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 186 | 0 | 0.09 | 0.27 | 0.00 | 39.71 | 0.97 | 0.86 |
| Hex | FE | E7 | BA | 0 | 9 | 1B | 0 | 28 | 61 | 56 |
| Octal | 376 | 347 | 272 | 0 | 11 | 33 | 0 | 50 | 141 | 126 |
| Binary | 11111110 | 11100111 | 10111010 | 0 | 1001 | 11011 | 0 | 101000 | 1100001 | 1010110 |
Color Harmonies of #FEE7BA
Complementary color
Monochromatic Colors of #FEE7BA
Black with #FEE7BA
Text Example
Text Example
White with #FEE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7BA; }
p { color: rgb(254,231,186); }
H1.HeaderClassName
{
color: #FEE7BA;
}
.AnyTagClassName
{
color: #FEE7BA;
}
</style>
background-color css
<style>
a { background-color: #FEE7BA; }
a { background-color: rgb(254,231,186); }
div.DivClassName
{
background-color: #FEE7BA;
}
.BgClassName
{
background-color: #FEE7BA;
}
</style>
border-color css
<style>
span { border-color: #FEE7BA; }
span { border-color: rgb(254,231,186); }
td.TdClassName
{
border-color: #FEE7BA;
}
.TagClassName
{
border-color: #FEE7BA;
}
</style>