Shades of Moccasin #FEE2B7
Tints of Moccasin #FEE2B7
RGB
CMYK
RGB Variations
Color information
#FEE2B7 (or 0xFEE2B7) is known color: Moccasin. HEX triplet: FE, E2 and B7. RGB value is (254,226,183). Sum of RGB (Red+Green+Blue) = 254+226+183=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 183 (71.88% from 255 or 27.60% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2B7 is #011D48. Grayscale: #E5E5E5. Windows color (decimal): -73033 or 12051198. OLE color: 12051198.
HSL color Cylindrical-coordinate representation of color #FEE2B7: hue angle of 36.34º 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 #FEE2B7 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 183 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.00 |
| HSL | 36.34º | 0.97% | 0.86% | - |
| HSV(B) | 36.34º | 0.28% | 1% | - |
| XYZ | 76.62 | 78.88 | 55.99 | - |
| YUV | 229.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 183 | 0 | 0.11 | 0.28 | 0.00 | 36.34 | 0.97 | 0.86 |
| Hex | FE | E2 | B7 | 0 | B | 1C | 0 | 24 | 61 | 56 |
| Octal | 376 | 342 | 267 | 0 | 13 | 34 | 0 | 44 | 141 | 126 |
| Binary | 11111110 | 11100010 | 10110111 | 0 | 1011 | 11100 | 0 | 100100 | 1100001 | 1010110 |
Color Harmonies of #FEE2B7
Complementary color
Monochromatic Colors of #FEE2B7
Black with #FEE2B7
Text Example
Text Example
White with #FEE2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2B7; }
p { color: rgb(254,226,183); }
H1.HeaderClassName
{
color: #FEE2B7;
}
.AnyTagClassName
{
color: #FEE2B7;
}
</style>
background-color css
<style>
a { background-color: #FEE2B7; }
a { background-color: rgb(254,226,183); }
div.DivClassName
{
background-color: #FEE2B7;
}
.BgClassName
{
background-color: #FEE2B7;
}
</style>
border-color css
<style>
span { border-color: #FEE2B7; }
span { border-color: rgb(254,226,183); }
td.TdClassName
{
border-color: #FEE2B7;
}
.TagClassName
{
border-color: #FEE2B7;
}
</style>