Shades of Moccasin #FFE6BC
Tints of Moccasin #FFE6BC
RGB
CMYK
RGB Variations
Color information
#FFE6BC (or 0xFFE6BC) is known color: Moccasin. HEX triplet: FF, E6 and BC. RGB value is (255,230,188). Sum of RGB (Red+Green+Blue) = 255+230+188=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 230 (90.23% from 255 or 34.18% from 673); Blue value is 188 (73.83% from 255 or 27.93% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6BC is #001943. Grayscale: #E8E8E8. Windows color (decimal): -6468 or 12379903. OLE color: 12379903.
HSL color Cylindrical-coordinate representation of color #FFE6BC: hue angle of 37.61º 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 #FFE6BC is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 188 | - |
| CMYK | 0 | 0.10 | 0.26 | 0 |
| HSL | 37.61º | 1% | 0.87% | - |
| HSV(B) | 37.61º | 0.26% | 1% | - |
| XYZ | 78.61 | 81.48 | 59.16 | - |
| YUV | 232.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 188 | 0 | 0.10 | 0.26 | 0 | 37.61 | 1 | 0.87 |
| Hex | FF | E6 | BC | 0 | A | 1A | 0 | 26 | 64 | 57 |
| Octal | 377 | 346 | 274 | 0 | 12 | 32 | 0 | 46 | 144 | 127 |
| Binary | 11111111 | 11100110 | 10111100 | 0 | 1010 | 11010 | 0 | 100110 | 1100100 | 1010111 |
Color Harmonies of #FFE6BC
Complementary color
Monochromatic Colors of #FFE6BC
Black with #FFE6BC
Text Example
Text Example
White with #FFE6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6BC; }
p { color: rgb(255,230,188); }
H1.HeaderClassName
{
color: #FFE6BC;
}
.AnyTagClassName
{
color: #FFE6BC;
}
</style>
background-color css
<style>
a { background-color: #FFE6BC; }
a { background-color: rgb(255,230,188); }
div.DivClassName
{
background-color: #FFE6BC;
}
.BgClassName
{
background-color: #FFE6BC;
}
</style>
border-color css
<style>
span { border-color: #FFE6BC; }
span { border-color: rgb(255,230,188); }
td.TdClassName
{
border-color: #FFE6BC;
}
.TagClassName
{
border-color: #FFE6BC;
}
</style>