Shades of Moccasin #FEE4BD
Tints of Moccasin #FEE4BD
RGB
CMYK
RGB Variations
Color information
#FEE4BD (or 0xFEE4BD) is known color: Moccasin. HEX triplet: FE, E4 and BD. RGB value is (254,228,189). Sum of RGB (Red+Green+Blue) = 254+228+189=671 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.85% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 189 (74.22% from 255 or 28.17% from 671); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4BD is #011B42. Grayscale: #E7E7E7. Windows color (decimal): -72515 or 12444926. OLE color: 12444926.
HSL color Cylindrical-coordinate representation of color #FEE4BD: hue angle of 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 #FEE4BD is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 189 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.00 |
| HSL | 36º | 0.97% | 0.87% | - |
| HSV(B) | 36º | 0.26% | 1% | - |
| XYZ | 77.8 | 80.23 | 59.53 | - |
| YUV | 231.33 | 104.11 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 189 | 0 | 0.10 | 0.26 | 0.00 | 36 | 0.97 | 0.87 |
| Hex | FE | E4 | BD | 0 | A | 1A | 0 | 24 | 61 | 57 |
| Octal | 376 | 344 | 275 | 0 | 12 | 32 | 0 | 44 | 141 | 127 |
| Binary | 11111110 | 11100100 | 10111101 | 0 | 1010 | 11010 | 0 | 100100 | 1100001 | 1010111 |
Color Harmonies of #FEE4BD
Complementary color
Monochromatic Colors of #FEE4BD
Black with #FEE4BD
Text Example
Text Example
White with #FEE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4BD; }
p { color: rgb(254,228,189); }
H1.HeaderClassName
{
color: #FEE4BD;
}
.AnyTagClassName
{
color: #FEE4BD;
}
</style>
background-color css
<style>
a { background-color: #FEE4BD; }
a { background-color: rgb(254,228,189); }
div.DivClassName
{
background-color: #FEE4BD;
}
.BgClassName
{
background-color: #FEE4BD;
}
</style>
border-color css
<style>
span { border-color: #FEE4BD; }
span { border-color: rgb(254,228,189); }
td.TdClassName
{
border-color: #FEE4BD;
}
.TagClassName
{
border-color: #FEE4BD;
}
</style>