Shades of Moccasin #FEE0B5
Tints of Moccasin #FEE0B5
RGB
CMYK
RGB Variations
Color information
#FEE0B5 (or 0xFEE0B5) is known color: Moccasin. HEX triplet: FE, E0 and B5. RGB value is (254,224,181). Sum of RGB (Red+Green+Blue) = 254+224+181=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 181 (71.09% from 255 or 27.47% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE0B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE0B5 is #011F4A. Grayscale: #E4E4E4. Windows color (decimal): -73547 or 11919614. OLE color: 11919614.
HSL color Cylindrical-coordinate representation of color #FEE0B5: hue angle of 35.34º 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 #FEE0B5 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 181 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.00 |
| HSL | 35.34º | 0.97% | 0.85% | - |
| HSV(B) | 35.34º | 0.29% | 1% | - |
| XYZ | 75.87 | 77.72 | 54.72 | - |
| YUV | 228.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 181 | 0 | 0.12 | 0.29 | 0.00 | 35.34 | 0.97 | 0.85 |
| Hex | FE | E0 | B5 | 0 | C | 1D | 0 | 23 | 61 | 55 |
| Octal | 376 | 340 | 265 | 0 | 14 | 35 | 0 | 43 | 141 | 125 |
| Binary | 11111110 | 11100000 | 10110101 | 0 | 1100 | 11101 | 0 | 100011 | 1100001 | 1010101 |
Color Harmonies of #FEE0B5
Complementary color
Monochromatic Colors of #FEE0B5
Black with #FEE0B5
Text Example
Text Example
White with #FEE0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE0B5; }
p { color: rgb(254,224,181); }
H1.HeaderClassName
{
color: #FEE0B5;
}
.AnyTagClassName
{
color: #FEE0B5;
}
</style>
background-color css
<style>
a { background-color: #FEE0B5; }
a { background-color: rgb(254,224,181); }
div.DivClassName
{
background-color: #FEE0B5;
}
.BgClassName
{
background-color: #FEE0B5;
}
</style>
border-color css
<style>
span { border-color: #FEE0B5; }
span { border-color: rgb(254,224,181); }
td.TdClassName
{
border-color: #FEE0B5;
}
.TagClassName
{
border-color: #FEE0B5;
}
</style>