Shades of Moccasin #FEE4BA
Tints of Moccasin #FEE4BA
RGB
CMYK
RGB Variations
Color information
#FEE4BA (or 0xFEE4BA) is known color: Moccasin. HEX triplet: FE, E4 and BA. RGB value is (254,228,186). Sum of RGB (Red+Green+Blue) = 254+228+186=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 186 (73.05% from 255 or 27.84% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEE4BA is #011B45. Grayscale: #E7E7E7. Windows color (decimal): -72518 or 12248318. OLE color: 12248318.
HSL color Cylindrical-coordinate representation of color #FEE4BA: hue angle of 37.06º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FEE4BA is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 186 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.00 |
| HSL | 37.06º | 0.97% | 0.86% | - |
| HSV(B) | 37.06º | 0.27% | 1% | - |
| XYZ | 77.48 | 80.1 | 57.83 | - |
| YUV | 230.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 186 | 0 | 0.10 | 0.27 | 0.00 | 37.06 | 0.97 | 0.86 |
| Hex | FE | E4 | BA | 0 | A | 1B | 0 | 25 | 61 | 56 |
| Octal | 376 | 344 | 272 | 0 | 12 | 33 | 0 | 45 | 141 | 126 |
| Binary | 11111110 | 11100100 | 10111010 | 0 | 1010 | 11011 | 0 | 100101 | 1100001 | 1010110 |
Color Harmonies of #FEE4BA
Complementary color
Monochromatic Colors of #FEE4BA
Black with #FEE4BA
Text Example
Text Example
White with #FEE4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4BA; }
p { color: rgb(254,228,186); }
H1.HeaderClassName
{
color: #FEE4BA;
}
.AnyTagClassName
{
color: #FEE4BA;
}
</style>
background-color css
<style>
a { background-color: #FEE4BA; }
a { background-color: rgb(254,228,186); }
div.DivClassName
{
background-color: #FEE4BA;
}
.BgClassName
{
background-color: #FEE4BA;
}
</style>
border-color css
<style>
span { border-color: #FEE4BA; }
span { border-color: rgb(254,228,186); }
td.TdClassName
{
border-color: #FEE4BA;
}
.TagClassName
{
border-color: #FEE4BA;
}
</style>