Shades of Moccasin #FEE2BB
Tints of Moccasin #FEE2BB
RGB
CMYK
RGB Variations
Color information
#FEE2BB (or 0xFEE2BB) is known color: Moccasin. HEX triplet: FE, E2 and BB. RGB value is (254,226,187). Sum of RGB (Red+Green+Blue) = 254+226+187=667 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.08% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 187 (73.44% from 255 or 28.04% from 667); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE2BB is #011D44. Grayscale: #E6E6E6. Windows color (decimal): -73029 or 12313342. OLE color: 12313342.
HSL color Cylindrical-coordinate representation of color #FEE2BB: hue angle of 34.93º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEE2BB is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 187 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.00 |
| HSL | 34.93º | 0.97% | 0.86% | - |
| HSV(B) | 34.93º | 0.26% | 1% | - |
| XYZ | 77.04 | 79.05 | 58.21 | - |
| YUV | 229.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 187 | 0 | 0.11 | 0.26 | 0.00 | 34.93 | 0.97 | 0.86 |
| Hex | FE | E2 | BB | 0 | B | 1A | 0 | 23 | 61 | 56 |
| Octal | 376 | 342 | 273 | 0 | 13 | 32 | 0 | 43 | 141 | 126 |
| Binary | 11111110 | 11100010 | 10111011 | 0 | 1011 | 11010 | 0 | 100011 | 1100001 | 1010110 |
Color Harmonies of #FEE2BB
Complementary color
Monochromatic Colors of #FEE2BB
Black with #FEE2BB
Text Example
Text Example
White with #FEE2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE2BB; }
p { color: rgb(254,226,187); }
H1.HeaderClassName
{
color: #FEE2BB;
}
.AnyTagClassName
{
color: #FEE2BB;
}
</style>
background-color css
<style>
a { background-color: #FEE2BB; }
a { background-color: rgb(254,226,187); }
div.DivClassName
{
background-color: #FEE2BB;
}
.BgClassName
{
background-color: #FEE2BB;
}
</style>
border-color css
<style>
span { border-color: #FEE2BB; }
span { border-color: rgb(254,226,187); }
td.TdClassName
{
border-color: #FEE2BB;
}
.TagClassName
{
border-color: #FEE2BB;
}
</style>