Shades of Moccasin #FEE6BD
Tints of Moccasin #FEE6BD
RGB
CMYK
RGB Variations
Color information
#FEE6BD (or 0xFEE6BD) is known color: Moccasin. HEX triplet: FE, E6 and BD. RGB value is (254,230,189). Sum of RGB (Red+Green+Blue) = 254+230+189=673 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.74% from 673); Green value is 230 (90.23% from 255 or 34.18% from 673); Blue value is 189 (74.22% from 255 or 28.08% from 673); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6BD is #011942. Grayscale: #E8E8E8. Windows color (decimal): -72003 or 12445438. OLE color: 12445438.
HSL color Cylindrical-coordinate representation of color #FEE6BD: hue angle of 37.85º 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 #FEE6BD is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 189 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.00 |
| HSL | 37.85º | 0.97% | 0.87% | - |
| HSV(B) | 37.85º | 0.26% | 1% | - |
| XYZ | 78.36 | 81.34 | 59.71 | - |
| YUV | 232.5 | 103.45 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 189 | 0 | 0.09 | 0.26 | 0.00 | 37.85 | 0.97 | 0.87 |
| Hex | FE | E6 | BD | 0 | 9 | 1A | 0 | 26 | 61 | 57 |
| Octal | 376 | 346 | 275 | 0 | 11 | 32 | 0 | 46 | 141 | 127 |
| Binary | 11111110 | 11100110 | 10111101 | 0 | 1001 | 11010 | 0 | 100110 | 1100001 | 1010111 |
Color Harmonies of #FEE6BD
Complementary color
Monochromatic Colors of #FEE6BD
Black with #FEE6BD
Text Example
Text Example
White with #FEE6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6BD; }
p { color: rgb(254,230,189); }
H1.HeaderClassName
{
color: #FEE6BD;
}
.AnyTagClassName
{
color: #FEE6BD;
}
</style>
background-color css
<style>
a { background-color: #FEE6BD; }
a { background-color: rgb(254,230,189); }
div.DivClassName
{
background-color: #FEE6BD;
}
.BgClassName
{
background-color: #FEE6BD;
}
</style>
border-color css
<style>
span { border-color: #FEE6BD; }
span { border-color: rgb(254,230,189); }
td.TdClassName
{
border-color: #FEE6BD;
}
.TagClassName
{
border-color: #FEE6BD;
}
</style>