Shades of Moccasin #FFE8BC
Tints of Moccasin #FFE8BC
RGB
CMYK
RGB Variations
Color information
#FFE8BC (or 0xFFE8BC) is known color: Moccasin. HEX triplet: FF, E8 and BC. RGB value is (255,232,188). Sum of RGB (Red+Green+Blue) = 255+232+188=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 188 (73.83% from 255 or 27.85% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE8BC is #001743. Grayscale: #EAEAEA. Windows color (decimal): -5956 or 12380415. OLE color: 12380415.
HSL color Cylindrical-coordinate representation of color #FFE8BC: hue angle of 39.4º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFE8BC is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 232 | 188 | - |
| CMYK | 0 | 0.09 | 0.26 | 0 |
| HSL | 39.4º | 1% | 0.87% | - |
| HSV(B) | 39.4º | 0.26% | 1% | - |
| XYZ | 79.17 | 82.6 | 59.35 | - |
| YUV | 233.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 232 | 188 | 0 | 0.09 | 0.26 | 0 | 39.4 | 1 | 0.87 |
| Hex | FF | E8 | BC | 0 | 9 | 1A | 0 | 27 | 64 | 57 |
| Octal | 377 | 350 | 274 | 0 | 11 | 32 | 0 | 47 | 144 | 127 |
| Binary | 11111111 | 11101000 | 10111100 | 0 | 1001 | 11010 | 0 | 100111 | 1100100 | 1010111 |
Color Harmonies of #FFE8BC
Complementary color
Monochromatic Colors of #FFE8BC
Black with #FFE8BC
Text Example
Text Example
White with #FFE8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE8BC; }
p { color: rgb(255,232,188); }
H1.HeaderClassName
{
color: #FFE8BC;
}
.AnyTagClassName
{
color: #FFE8BC;
}
</style>
background-color css
<style>
a { background-color: #FFE8BC; }
a { background-color: rgb(255,232,188); }
div.DivClassName
{
background-color: #FFE8BC;
}
.BgClassName
{
background-color: #FFE8BC;
}
</style>
border-color css
<style>
span { border-color: #FFE8BC; }
span { border-color: rgb(255,232,188); }
td.TdClassName
{
border-color: #FFE8BC;
}
.TagClassName
{
border-color: #FFE8BC;
}
</style>