Shades of Moccasin #FEE9BA
Tints of Moccasin #FEE9BA
RGB
CMYK
RGB Variations
Color information
#FEE9BA (or 0xFEE9BA) is known color: Moccasin. HEX triplet: FE, E9 and BA. RGB value is (254,233,186). Sum of RGB (Red+Green+Blue) = 254+233+186=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 233 (91.41% from 255 or 34.62% from 673); Blue value is 186 (73.05% from 255 or 27.64% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE9BA is #011645. Grayscale: #EAEAEA. Windows color (decimal): -71238 or 12249598. OLE color: 12249598.
HSL color Cylindrical-coordinate representation of color #FEE9BA: hue angle of 41.47º 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 #FEE9BA is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 186 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.00 |
| HSL | 41.47º | 0.97% | 0.86% | - |
| HSV(B) | 41.47º | 0.27% | 1% | - |
| XYZ | 78.87 | 82.89 | 58.3 | - |
| YUV | 233.92 | 100.96 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 186 | 0 | 0.08 | 0.27 | 0.00 | 41.47 | 0.97 | 0.86 |
| Hex | FE | E9 | BA | 0 | 8 | 1B | 0 | 29 | 61 | 56 |
| Octal | 376 | 351 | 272 | 0 | 10 | 33 | 0 | 51 | 141 | 126 |
| Binary | 11111110 | 11101001 | 10111010 | 0 | 1000 | 11011 | 0 | 101001 | 1100001 | 1010110 |
Color Harmonies of #FEE9BA
Complementary color
Monochromatic Colors of #FEE9BA
Black with #FEE9BA
Text Example
Text Example
White with #FEE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE9BA; }
p { color: rgb(254,233,186); }
H1.HeaderClassName
{
color: #FEE9BA;
}
.AnyTagClassName
{
color: #FEE9BA;
}
</style>
background-color css
<style>
a { background-color: #FEE9BA; }
a { background-color: rgb(254,233,186); }
div.DivClassName
{
background-color: #FEE9BA;
}
.BgClassName
{
background-color: #FEE9BA;
}
</style>
border-color css
<style>
span { border-color: #FEE9BA; }
span { border-color: rgb(254,233,186); }
td.TdClassName
{
border-color: #FEE9BA;
}
.TagClassName
{
border-color: #FEE9BA;
}
</style>