Shades of Moccasin #FEE1BA
Tints of Moccasin #FEE1BA
RGB
CMYK
RGB Variations
Color information
#FEE1BA (or 0xFEE1BA) is known color: Moccasin. HEX triplet: FE, E1 and BA. RGB value is (254,225,186). Sum of RGB (Red+Green+Blue) = 254+225+186=665 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.20% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1BA is #011E45. Grayscale: #E5E5E5. Windows color (decimal): -73286 or 12247550. OLE color: 12247550.
HSL color Cylindrical-coordinate representation of color #FEE1BA: hue angle of 34.41º 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 #FEE1BA is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 186 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.00 |
| HSL | 34.41º | 0.97% | 0.86% | - |
| HSV(B) | 34.41º | 0.27% | 1% | - |
| XYZ | 76.66 | 78.47 | 57.56 | - |
| YUV | 229.23 | 103.61 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 186 | 0 | 0.11 | 0.27 | 0.00 | 34.41 | 0.97 | 0.86 |
| Hex | FE | E1 | BA | 0 | B | 1B | 0 | 22 | 61 | 56 |
| Octal | 376 | 341 | 272 | 0 | 13 | 33 | 0 | 42 | 141 | 126 |
| Binary | 11111110 | 11100001 | 10111010 | 0 | 1011 | 11011 | 0 | 100010 | 1100001 | 1010110 |
Color Harmonies of #FEE1BA
Complementary color
Monochromatic Colors of #FEE1BA
Black with #FEE1BA
Text Example
Text Example
White with #FEE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1BA; }
p { color: rgb(254,225,186); }
H1.HeaderClassName
{
color: #FEE1BA;
}
.AnyTagClassName
{
color: #FEE1BA;
}
</style>
background-color css
<style>
a { background-color: #FEE1BA; }
a { background-color: rgb(254,225,186); }
div.DivClassName
{
background-color: #FEE1BA;
}
.BgClassName
{
background-color: #FEE1BA;
}
</style>
border-color css
<style>
span { border-color: #FEE1BA; }
span { border-color: rgb(254,225,186); }
td.TdClassName
{
border-color: #FEE1BA;
}
.TagClassName
{
border-color: #FEE1BA;
}
</style>