Shades of Moccasin #FEE5B4
Tints of Moccasin #FEE5B4
RGB
CMYK
RGB Variations
Color information
#FEE5B4 (or 0xFEE5B4) is known color: Moccasin. HEX triplet: FE, E5 and B4. RGB value is (254,229,180). Sum of RGB (Red+Green+Blue) = 254+229+180=663 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.31% from 663); Green value is 229 (89.84% from 255 or 34.54% from 663); Blue value is 180 (70.70% from 255 or 27.15% from 663); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE5B4 is #011A4B. Grayscale: #E7E7E7. Windows color (decimal): -72268 or 11855358. OLE color: 11855358.
HSL color Cylindrical-coordinate representation of color #FEE5B4: hue angle of 39.73º 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 #FEE5B4 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 180 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.00 |
| HSL | 39.73º | 0.97% | 0.85% | - |
| HSV(B) | 39.73º | 0.29% | 1% | - |
| XYZ | 77.13 | 80.4 | 54.63 | - |
| YUV | 230.89 | 99.28 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 180 | 0 | 0.10 | 0.29 | 0.00 | 39.73 | 0.97 | 0.85 |
| Hex | FE | E5 | B4 | 0 | A | 1D | 0 | 28 | 61 | 55 |
| Octal | 376 | 345 | 264 | 0 | 12 | 35 | 0 | 50 | 141 | 125 |
| Binary | 11111110 | 11100101 | 10110100 | 0 | 1010 | 11101 | 0 | 101000 | 1100001 | 1010101 |
Color Harmonies of #FEE5B4
Complementary color
Monochromatic Colors of #FEE5B4
Black with #FEE5B4
Text Example
Text Example
White with #FEE5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5B4; }
p { color: rgb(254,229,180); }
H1.HeaderClassName
{
color: #FEE5B4;
}
.AnyTagClassName
{
color: #FEE5B4;
}
</style>
background-color css
<style>
a { background-color: #FEE5B4; }
a { background-color: rgb(254,229,180); }
div.DivClassName
{
background-color: #FEE5B4;
}
.BgClassName
{
background-color: #FEE5B4;
}
</style>
border-color css
<style>
span { border-color: #FEE5B4; }
span { border-color: rgb(254,229,180); }
td.TdClassName
{
border-color: #FEE5B4;
}
.TagClassName
{
border-color: #FEE5B4;
}
</style>