Shades of Moccasin #FEE4B0
Tints of Moccasin #FEE4B0
RGB
CMYK
RGB Variations
Color information
#FEE4B0 (or 0xFEE4B0) is known color: Moccasin. HEX triplet: FE, E4 and B0. RGB value is (254,228,176). Sum of RGB (Red+Green+Blue) = 254+228+176=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 228 (89.45% from 255 or 34.65% from 658); Blue value is 176 (69.14% from 255 or 26.75% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE4B0 is #011B4F. Grayscale: #E6E6E6. Windows color (decimal): -72528 or 11592958. OLE color: 11592958.
HSL color Cylindrical-coordinate representation of color #FEE4B0: hue angle of 40º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEE4B0 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 176 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.00 |
| HSL | 40º | 0.98% | 0.84% | - |
| HSV(B) | 40º | 0.31% | 1% | - |
| XYZ | 76.45 | 79.69 | 52.43 | - |
| YUV | 229.85 | 97.61 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 176 | 0 | 0.10 | 0.31 | 0.00 | 40 | 0.98 | 0.84 |
| Hex | FE | E4 | B0 | 0 | A | 1F | 0 | 28 | 62 | 54 |
| Octal | 376 | 344 | 260 | 0 | 12 | 37 | 0 | 50 | 142 | 124 |
| Binary | 11111110 | 11100100 | 10110000 | 0 | 1010 | 11111 | 0 | 101000 | 1100010 | 1010100 |
Color Harmonies of #FEE4B0
Complementary color
Monochromatic Colors of #FEE4B0
Black with #FEE4B0
Text Example
Text Example
White with #FEE4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4B0; }
p { color: rgb(254,228,176); }
H1.HeaderClassName
{
color: #FEE4B0;
}
.AnyTagClassName
{
color: #FEE4B0;
}
</style>
background-color css
<style>
a { background-color: #FEE4B0; }
a { background-color: rgb(254,228,176); }
div.DivClassName
{
background-color: #FEE4B0;
}
.BgClassName
{
background-color: #FEE4B0;
}
</style>
border-color css
<style>
span { border-color: #FEE4B0; }
span { border-color: rgb(254,228,176); }
td.TdClassName
{
border-color: #FEE4B0;
}
.TagClassName
{
border-color: #FEE4B0;
}
</style>