Shades of Moccasin #FEE1B4
Tints of Moccasin #FEE1B4
RGB
CMYK
RGB Variations
Color information
#FEE1B4 (or 0xFEE1B4) is known color: Moccasin. HEX triplet: FE, E1 and B4. RGB value is (254,225,180). Sum of RGB (Red+Green+Blue) = 254+225+180=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 180 (70.70% from 255 or 27.31% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1B4 is #011E4B. Grayscale: #E4E4E4. Windows color (decimal): -73292 or 11854334. OLE color: 11854334.
HSL color Cylindrical-coordinate representation of color #FEE1B4: hue angle of 36.49º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FEE1B4 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 180 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.00 |
| HSL | 36.49º | 0.97% | 0.85% | - |
| HSV(B) | 36.49º | 0.29% | 1% | - |
| XYZ | 76.04 | 78.22 | 54.27 | - |
| YUV | 228.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 180 | 0 | 0.11 | 0.29 | 0.00 | 36.49 | 0.97 | 0.85 |
| Hex | FE | E1 | B4 | 0 | B | 1D | 0 | 24 | 61 | 55 |
| Octal | 376 | 341 | 264 | 0 | 13 | 35 | 0 | 44 | 141 | 125 |
| Binary | 11111110 | 11100001 | 10110100 | 0 | 1011 | 11101 | 0 | 100100 | 1100001 | 1010101 |
Color Harmonies of #FEE1B4
Complementary color
Monochromatic Colors of #FEE1B4
Black with #FEE1B4
Text Example
Text Example
White with #FEE1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1B4; }
p { color: rgb(254,225,180); }
H1.HeaderClassName
{
color: #FEE1B4;
}
.AnyTagClassName
{
color: #FEE1B4;
}
</style>
background-color css
<style>
a { background-color: #FEE1B4; }
a { background-color: rgb(254,225,180); }
div.DivClassName
{
background-color: #FEE1B4;
}
.BgClassName
{
background-color: #FEE1B4;
}
</style>
border-color css
<style>
span { border-color: #FEE1B4; }
span { border-color: rgb(254,225,180); }
td.TdClassName
{
border-color: #FEE1B4;
}
.TagClassName
{
border-color: #FEE1B4;
}
</style>