Shades of Moccasin #FEE5B5
Tints of Moccasin #FEE5B5
RGB
CMYK
RGB Variations
Color information
#FEE5B5 (or 0xFEE5B5) is known color: Moccasin. HEX triplet: FE, E5 and B5. RGB value is (254,229,181). Sum of RGB (Red+Green+Blue) = 254+229+181=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 229 (89.84% from 255 or 34.49% from 664); Blue value is 181 (71.09% from 255 or 27.26% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5B5 is #011A4A. Grayscale: #E7E7E7. Windows color (decimal): -72267 or 11920894. OLE color: 11920894.
HSL color Cylindrical-coordinate representation of color #FEE5B5: hue angle of 39.45º 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 #FEE5B5 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 181 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.00 |
| HSL | 39.45º | 0.97% | 0.85% | - |
| HSV(B) | 39.45º | 0.29% | 1% | - |
| XYZ | 77.23 | 80.45 | 55.17 | - |
| YUV | 231 | 99.78 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 181 | 0 | 0.10 | 0.29 | 0.00 | 39.45 | 0.97 | 0.85 |
| Hex | FE | E5 | B5 | 0 | A | 1D | 0 | 27 | 61 | 55 |
| Octal | 376 | 345 | 265 | 0 | 12 | 35 | 0 | 47 | 141 | 125 |
| Binary | 11111110 | 11100101 | 10110101 | 0 | 1010 | 11101 | 0 | 100111 | 1100001 | 1010101 |
Color Harmonies of #FEE5B5
Complementary color
Monochromatic Colors of #FEE5B5
Black with #FEE5B5
Text Example
Text Example
White with #FEE5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5B5; }
p { color: rgb(254,229,181); }
H1.HeaderClassName
{
color: #FEE5B5;
}
.AnyTagClassName
{
color: #FEE5B5;
}
</style>
background-color css
<style>
a { background-color: #FEE5B5; }
a { background-color: rgb(254,229,181); }
div.DivClassName
{
background-color: #FEE5B5;
}
.BgClassName
{
background-color: #FEE5B5;
}
</style>
border-color css
<style>
span { border-color: #FEE5B5; }
span { border-color: rgb(254,229,181); }
td.TdClassName
{
border-color: #FEE5B5;
}
.TagClassName
{
border-color: #FEE5B5;
}
</style>