Shades of Moccasin #FEE1B5
Tints of Moccasin #FEE1B5
RGB
CMYK
RGB Variations
Color information
#FEE1B5 (or 0xFEE1B5) is known color: Moccasin. HEX triplet: FE, E1 and B5. RGB value is (254,225,181). Sum of RGB (Red+Green+Blue) = 254+225+181=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 181 (71.09% from 255 or 27.42% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE1B5 is #011E4A. Grayscale: #E4E4E4. Windows color (decimal): -73291 or 11919870. OLE color: 11919870.
HSL color Cylindrical-coordinate representation of color #FEE1B5: hue angle of 36.16º 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 #FEE1B5 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 181 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.00 |
| HSL | 36.16º | 0.97% | 0.85% | - |
| HSV(B) | 36.16º | 0.29% | 1% | - |
| XYZ | 76.14 | 78.26 | 54.81 | - |
| YUV | 228.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 181 | 0 | 0.11 | 0.29 | 0.00 | 36.16 | 0.97 | 0.85 |
| Hex | FE | E1 | B5 | 0 | B | 1D | 0 | 24 | 61 | 55 |
| Octal | 376 | 341 | 265 | 0 | 13 | 35 | 0 | 44 | 141 | 125 |
| Binary | 11111110 | 11100001 | 10110101 | 0 | 1011 | 11101 | 0 | 100100 | 1100001 | 1010101 |
Color Harmonies of #FEE1B5
Complementary color
Monochromatic Colors of #FEE1B5
Black with #FEE1B5
Text Example
Text Example
White with #FEE1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE1B5; }
p { color: rgb(254,225,181); }
H1.HeaderClassName
{
color: #FEE1B5;
}
.AnyTagClassName
{
color: #FEE1B5;
}
</style>
background-color css
<style>
a { background-color: #FEE1B5; }
a { background-color: rgb(254,225,181); }
div.DivClassName
{
background-color: #FEE1B5;
}
.BgClassName
{
background-color: #FEE1B5;
}
</style>
border-color css
<style>
span { border-color: #FEE1B5; }
span { border-color: rgb(254,225,181); }
td.TdClassName
{
border-color: #FEE1B5;
}
.TagClassName
{
border-color: #FEE1B5;
}
</style>