Shades of Moccasin #FEE7B9
Tints of Moccasin #FEE7B9
RGB
CMYK
RGB Variations
Color information
#FEE7B9 (or 0xFEE7B9) is known color: Moccasin. HEX triplet: FE, E7 and B9. RGB value is (254,231,185). Sum of RGB (Red+Green+Blue) = 254+231+185=670 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.91% from 670); Green value is 231 (90.62% from 255 or 34.48% from 670); Blue value is 185 (72.66% from 255 or 27.61% from 670); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7B9 is #011846. Grayscale: #E8E8E8. Windows color (decimal): -71751 or 12183550. OLE color: 12183550.
HSL color Cylindrical-coordinate representation of color #FEE7B9: hue angle of 40º 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 #FEE7B9 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 185 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.00 |
| HSL | 40º | 0.97% | 0.86% | - |
| HSV(B) | 40º | 0.27% | 1% | - |
| XYZ | 78.21 | 81.73 | 57.55 | - |
| YUV | 232.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 185 | 0 | 0.09 | 0.27 | 0.00 | 40 | 0.97 | 0.86 |
| Hex | FE | E7 | B9 | 0 | 9 | 1B | 0 | 28 | 61 | 56 |
| Octal | 376 | 347 | 271 | 0 | 11 | 33 | 0 | 50 | 141 | 126 |
| Binary | 11111110 | 11100111 | 10111001 | 0 | 1001 | 11011 | 0 | 101000 | 1100001 | 1010110 |
Color Harmonies of #FEE7B9
Complementary color
Monochromatic Colors of #FEE7B9
Black with #FEE7B9
Text Example
Text Example
White with #FEE7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7B9; }
p { color: rgb(254,231,185); }
H1.HeaderClassName
{
color: #FEE7B9;
}
.AnyTagClassName
{
color: #FEE7B9;
}
</style>
background-color css
<style>
a { background-color: #FEE7B9; }
a { background-color: rgb(254,231,185); }
div.DivClassName
{
background-color: #FEE7B9;
}
.BgClassName
{
background-color: #FEE7B9;
}
</style>
border-color css
<style>
span { border-color: #FEE7B9; }
span { border-color: rgb(254,231,185); }
td.TdClassName
{
border-color: #FEE7B9;
}
.TagClassName
{
border-color: #FEE7B9;
}
</style>