Shades of Moccasin #FEE4B2
Tints of Moccasin #FEE4B2
RGB
CMYK
RGB Variations
Color information
#FEE4B2 (or 0xFEE4B2) is known color: Moccasin. HEX triplet: FE, E4 and B2. RGB value is (254,228,178). Sum of RGB (Red+Green+Blue) = 254+228+178=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 178 (69.92% from 255 or 26.97% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE4B2 is #011B4D. Grayscale: #E6E6E6. Windows color (decimal): -72526 or 11724030. OLE color: 11724030.
HSL color Cylindrical-coordinate representation of color #FEE4B2: hue angle of 39.47º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FEE4B2 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 178 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.00 |
| HSL | 39.47º | 0.97% | 0.85% | - |
| HSV(B) | 39.47º | 0.3% | 1% | - |
| XYZ | 76.65 | 79.77 | 53.48 | - |
| YUV | 230.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 178 | 0 | 0.10 | 0.30 | 0.00 | 39.47 | 0.97 | 0.85 |
| Hex | FE | E4 | B2 | 0 | A | 1E | 0 | 27 | 61 | 55 |
| Octal | 376 | 344 | 262 | 0 | 12 | 36 | 0 | 47 | 141 | 125 |
| Binary | 11111110 | 11100100 | 10110010 | 0 | 1010 | 11110 | 0 | 100111 | 1100001 | 1010101 |
Color Harmonies of #FEE4B2
Complementary color
Monochromatic Colors of #FEE4B2
Black with #FEE4B2
Text Example
Text Example
White with #FEE4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4B2; }
p { color: rgb(254,228,178); }
H1.HeaderClassName
{
color: #FEE4B2;
}
.AnyTagClassName
{
color: #FEE4B2;
}
</style>
background-color css
<style>
a { background-color: #FEE4B2; }
a { background-color: rgb(254,228,178); }
div.DivClassName
{
background-color: #FEE4B2;
}
.BgClassName
{
background-color: #FEE4B2;
}
</style>
border-color css
<style>
span { border-color: #FEE4B2; }
span { border-color: rgb(254,228,178); }
td.TdClassName
{
border-color: #FEE4B2;
}
.TagClassName
{
border-color: #FEE4B2;
}
</style>