Shades of Moccasin #FEE6BC
Tints of Moccasin #FEE6BC
RGB
CMYK
RGB Variations
Color information
#FEE6BC (or 0xFEE6BC) is known color: Moccasin. HEX triplet: FE, E6 and BC. RGB value is (254,230,188). Sum of RGB (Red+Green+Blue) = 254+230+188=672 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.80% from 672); Green value is 230 (90.23% from 255 or 34.23% from 672); Blue value is 188 (73.83% from 255 or 27.98% from 672); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEE6BC is #011943. Grayscale: #E8E8E8. Windows color (decimal): -72004 or 12379902. OLE color: 12379902.
HSL color Cylindrical-coordinate representation of color #FEE6BC: hue angle of 38.18º 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 #FEE6BC is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 188 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.00 |
| HSL | 38.18º | 0.97% | 0.87% | - |
| HSV(B) | 38.18º | 0.26% | 1% | - |
| XYZ | 78.25 | 81.3 | 59.14 | - |
| YUV | 232.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 188 | 0 | 0.09 | 0.26 | 0.00 | 38.18 | 0.97 | 0.87 |
| Hex | FE | E6 | BC | 0 | 9 | 1A | 0 | 26 | 61 | 57 |
| Octal | 376 | 346 | 274 | 0 | 11 | 32 | 0 | 46 | 141 | 127 |
| Binary | 11111110 | 11100110 | 10111100 | 0 | 1001 | 11010 | 0 | 100110 | 1100001 | 1010111 |
Color Harmonies of #FEE6BC
Complementary color
Monochromatic Colors of #FEE6BC
Black with #FEE6BC
Text Example
Text Example
White with #FEE6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE6BC; }
p { color: rgb(254,230,188); }
H1.HeaderClassName
{
color: #FEE6BC;
}
.AnyTagClassName
{
color: #FEE6BC;
}
</style>
background-color css
<style>
a { background-color: #FEE6BC; }
a { background-color: rgb(254,230,188); }
div.DivClassName
{
background-color: #FEE6BC;
}
.BgClassName
{
background-color: #FEE6BC;
}
</style>
border-color css
<style>
span { border-color: #FEE6BC; }
span { border-color: rgb(254,230,188); }
td.TdClassName
{
border-color: #FEE6BC;
}
.TagClassName
{
border-color: #FEE6BC;
}
</style>