Shades of Moccasin #FEE4B6
Tints of Moccasin #FEE4B6
RGB
CMYK
RGB Variations
Color information
#FEE4B6 (or 0xFEE4B6) is known color: Moccasin. HEX triplet: FE, E4 and B6. RGB value is (254,228,182). Sum of RGB (Red+Green+Blue) = 254+228+182=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 228 (89.45% from 255 or 34.34% from 664); Blue value is 182 (71.48% from 255 or 27.41% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4B6 is #011B49. Grayscale: #E6E6E6. Windows color (decimal): -72522 or 11986174. OLE color: 11986174.
HSL color Cylindrical-coordinate representation of color #FEE4B6: hue angle of 38.33º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEE4B6 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 182 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.00 |
| HSL | 38.33º | 0.97% | 0.85% | - |
| HSV(B) | 38.33º | 0.28% | 1% | - |
| XYZ | 77.06 | 79.94 | 55.62 | - |
| YUV | 230.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 182 | 0 | 0.10 | 0.28 | 0.00 | 38.33 | 0.97 | 0.85 |
| Hex | FE | E4 | B6 | 0 | A | 1C | 0 | 26 | 61 | 55 |
| Octal | 376 | 344 | 266 | 0 | 12 | 34 | 0 | 46 | 141 | 125 |
| Binary | 11111110 | 11100100 | 10110110 | 0 | 1010 | 11100 | 0 | 100110 | 1100001 | 1010101 |
Color Harmonies of #FEE4B6
Complementary color
Monochromatic Colors of #FEE4B6
Black with #FEE4B6
Text Example
Text Example
White with #FEE4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4B6; }
p { color: rgb(254,228,182); }
H1.HeaderClassName
{
color: #FEE4B6;
}
.AnyTagClassName
{
color: #FEE4B6;
}
</style>
background-color css
<style>
a { background-color: #FEE4B6; }
a { background-color: rgb(254,228,182); }
div.DivClassName
{
background-color: #FEE4B6;
}
.BgClassName
{
background-color: #FEE4B6;
}
</style>
border-color css
<style>
span { border-color: #FEE4B6; }
span { border-color: rgb(254,228,182); }
td.TdClassName
{
border-color: #FEE4B6;
}
.TagClassName
{
border-color: #FEE4B6;
}
</style>