Shades of Moccasin #FEE2BA
Tints of Moccasin #FEE2BA
RGB
CMYK
RGB Variations
Color information
#FEE2BA (or 0xFEE2BA) is known color: Moccasin. HEX triplet: FE, E2 and BA. RGB value is (254,226,186). Sum of RGB (Red+Green+Blue) = 254+226+186=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2BA is #011D45. Grayscale: #E6E6E6. Windows color (decimal): -73030 or 12247806. OLE color: 12247806.
HSL color Cylindrical-coordinate representation of color #FEE2BA: hue angle of 35.29º 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 #FEE2BA is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 186 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.00 |
| HSL | 35.29º | 0.97% | 0.86% | - |
| HSV(B) | 35.29º | 0.27% | 1% | - |
| XYZ | 76.93 | 79.01 | 57.65 | - |
| YUV | 229.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 186 | 0 | 0.11 | 0.27 | 0.00 | 35.29 | 0.97 | 0.86 |
| Hex | FE | E2 | BA | 0 | B | 1B | 0 | 23 | 61 | 56 |
| Octal | 376 | 342 | 272 | 0 | 13 | 33 | 0 | 43 | 141 | 126 |
| Binary | 11111110 | 11100010 | 10111010 | 0 | 1011 | 11011 | 0 | 100011 | 1100001 | 1010110 |
Color Harmonies of #FEE2BA
Complementary color
Monochromatic Colors of #FEE2BA
Black with #FEE2BA
Text Example
Text Example
White with #FEE2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2BA; }
p { color: rgb(254,226,186); }
H1.HeaderClassName
{
color: #FEE2BA;
}
.AnyTagClassName
{
color: #FEE2BA;
}
</style>
background-color css
<style>
a { background-color: #FEE2BA; }
a { background-color: rgb(254,226,186); }
div.DivClassName
{
background-color: #FEE2BA;
}
.BgClassName
{
background-color: #FEE2BA;
}
</style>
border-color css
<style>
span { border-color: #FEE2BA; }
span { border-color: rgb(254,226,186); }
td.TdClassName
{
border-color: #FEE2BA;
}
.TagClassName
{
border-color: #FEE2BA;
}
</style>