Shades of Moccasin #FEE2B8
Tints of Moccasin #FEE2B8
RGB
CMYK
RGB Variations
Color information
#FEE2B8 (or 0xFEE2B8) is known color: Moccasin. HEX triplet: FE, E2 and B8. RGB value is (254,226,184). Sum of RGB (Red+Green+Blue) = 254+226+184=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 184 (72.27% from 255 or 27.71% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2B8 is #011D47. Grayscale: #E5E5E5. Windows color (decimal): -73032 or 12116734. OLE color: 12116734.
HSL color Cylindrical-coordinate representation of color #FEE2B8: hue angle of 36º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEE2B8 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 184 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.00 |
| HSL | 36º | 0.97% | 0.86% | - |
| HSV(B) | 36º | 0.28% | 1% | - |
| XYZ | 76.72 | 78.92 | 56.54 | - |
| YUV | 229.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 184 | 0 | 0.11 | 0.28 | 0.00 | 36 | 0.97 | 0.86 |
| Hex | FE | E2 | B8 | 0 | B | 1C | 0 | 24 | 61 | 56 |
| Octal | 376 | 342 | 270 | 0 | 13 | 34 | 0 | 44 | 141 | 126 |
| Binary | 11111110 | 11100010 | 10111000 | 0 | 1011 | 11100 | 0 | 100100 | 1100001 | 1010110 |
Color Harmonies of #FEE2B8
Complementary color
Monochromatic Colors of #FEE2B8
Black with #FEE2B8
Text Example
Text Example
White with #FEE2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2B8; }
p { color: rgb(254,226,184); }
H1.HeaderClassName
{
color: #FEE2B8;
}
.AnyTagClassName
{
color: #FEE2B8;
}
</style>
background-color css
<style>
a { background-color: #FEE2B8; }
a { background-color: rgb(254,226,184); }
div.DivClassName
{
background-color: #FEE2B8;
}
.BgClassName
{
background-color: #FEE2B8;
}
</style>
border-color css
<style>
span { border-color: #FEE2B8; }
span { border-color: rgb(254,226,184); }
td.TdClassName
{
border-color: #FEE2B8;
}
.TagClassName
{
border-color: #FEE2B8;
}
</style>