Shades of Moccasin #FEE7BD
Tints of Moccasin #FEE7BD
RGB
CMYK
RGB Variations
Color information
#FEE7BD (or 0xFEE7BD) is known color: Moccasin. HEX triplet: FE, E7 and BD. RGB value is (254,231,189). Sum of RGB (Red+Green+Blue) = 254+231+189=674 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.69% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 189 (74.22% from 255 or 28.04% from 674); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE7BD is #011842. Grayscale: #E9E9E9. Windows color (decimal): -71747 or 12445694. OLE color: 12445694.
HSL color Cylindrical-coordinate representation of color #FEE7BD: hue angle of 38.77º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEE7BD is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 189 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.00 |
| HSL | 38.77º | 0.97% | 0.87% | - |
| HSV(B) | 38.77º | 0.26% | 1% | - |
| XYZ | 78.63 | 81.9 | 59.81 | - |
| YUV | 233.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 189 | 0 | 0.09 | 0.26 | 0.00 | 38.77 | 0.97 | 0.87 |
| Hex | FE | E7 | BD | 0 | 9 | 1A | 0 | 27 | 61 | 57 |
| Octal | 376 | 347 | 275 | 0 | 11 | 32 | 0 | 47 | 141 | 127 |
| Binary | 11111110 | 11100111 | 10111101 | 0 | 1001 | 11010 | 0 | 100111 | 1100001 | 1010111 |
Color Harmonies of #FEE7BD
Complementary color
Monochromatic Colors of #FEE7BD
Black with #FEE7BD
Text Example
Text Example
White with #FEE7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE7BD; }
p { color: rgb(254,231,189); }
H1.HeaderClassName
{
color: #FEE7BD;
}
.AnyTagClassName
{
color: #FEE7BD;
}
</style>
background-color css
<style>
a { background-color: #FEE7BD; }
a { background-color: rgb(254,231,189); }
div.DivClassName
{
background-color: #FEE7BD;
}
.BgClassName
{
background-color: #FEE7BD;
}
</style>
border-color css
<style>
span { border-color: #FEE7BD; }
span { border-color: rgb(254,231,189); }
td.TdClassName
{
border-color: #FEE7BD;
}
.TagClassName
{
border-color: #FEE7BD;
}
</style>