Shades of Moccasin #FEE4BC
Tints of Moccasin #FEE4BC
RGB
CMYK
RGB Variations
Color information
#FEE4BC (or 0xFEE4BC) is known color: Moccasin. HEX triplet: FE, E4 and BC. RGB value is (254,228,188). Sum of RGB (Red+Green+Blue) = 254+228+188=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 188 (73.83% from 255 or 28.06% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4BC is #011B43. Grayscale: #E7E7E7. Windows color (decimal): -72516 or 12379390. OLE color: 12379390.
HSL color Cylindrical-coordinate representation of color #FEE4BC: hue angle of 36.36º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEE4BC is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 188 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.00 |
| HSL | 36.36º | 0.97% | 0.87% | - |
| HSV(B) | 36.36º | 0.26% | 1% | - |
| XYZ | 77.69 | 80.19 | 58.96 | - |
| YUV | 231.21 | 103.61 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 188 | 0 | 0.10 | 0.26 | 0.00 | 36.36 | 0.97 | 0.87 |
| Hex | FE | E4 | BC | 0 | A | 1A | 0 | 24 | 61 | 57 |
| Octal | 376 | 344 | 274 | 0 | 12 | 32 | 0 | 44 | 141 | 127 |
| Binary | 11111110 | 11100100 | 10111100 | 0 | 1010 | 11010 | 0 | 100100 | 1100001 | 1010111 |
Color Harmonies of #FEE4BC
Complementary color
Monochromatic Colors of #FEE4BC
Black with #FEE4BC
Text Example
Text Example
White with #FEE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4BC; }
p { color: rgb(254,228,188); }
H1.HeaderClassName
{
color: #FEE4BC;
}
.AnyTagClassName
{
color: #FEE4BC;
}
</style>
background-color css
<style>
a { background-color: #FEE4BC; }
a { background-color: rgb(254,228,188); }
div.DivClassName
{
background-color: #FEE4BC;
}
.BgClassName
{
background-color: #FEE4BC;
}
</style>
border-color css
<style>
span { border-color: #FEE4BC; }
span { border-color: rgb(254,228,188); }
td.TdClassName
{
border-color: #FEE4BC;
}
.TagClassName
{
border-color: #FEE4BC;
}
</style>