Shades of Moccasin #FFE7BC
Tints of Moccasin #FFE7BC
RGB
CMYK
RGB Variations
Color information
#FFE7BC (or 0xFFE7BC) is known color: Moccasin. HEX triplet: FF, E7 and BC. RGB value is (255,231,188). Sum of RGB (Red+Green+Blue) = 255+231+188=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 188 (73.83% from 255 or 27.89% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7BC is #001843. Grayscale: #E9E9E9. Windows color (decimal): -6212 or 12380159. OLE color: 12380159.
HSL color Cylindrical-coordinate representation of color #FFE7BC: hue angle of 38.51º 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 #FFE7BC is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 188 | - |
| CMYK | 0 | 0.09 | 0.26 | 0 |
| HSL | 38.51º | 1% | 0.87% | - |
| HSV(B) | 38.51º | 0.26% | 1% | - |
| XYZ | 78.89 | 82.04 | 59.25 | - |
| YUV | 233.27 | 102.45 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 188 | 0 | 0.09 | 0.26 | 0 | 38.51 | 1 | 0.87 |
| Hex | FF | E7 | BC | 0 | 9 | 1A | 0 | 27 | 64 | 57 |
| Octal | 377 | 347 | 274 | 0 | 11 | 32 | 0 | 47 | 144 | 127 |
| Binary | 11111111 | 11100111 | 10111100 | 0 | 1001 | 11010 | 0 | 100111 | 1100100 | 1010111 |
Color Harmonies of #FFE7BC
Complementary color
Monochromatic Colors of #FFE7BC
Black with #FFE7BC
Text Example
Text Example
White with #FFE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7BC; }
p { color: rgb(255,231,188); }
H1.HeaderClassName
{
color: #FFE7BC;
}
.AnyTagClassName
{
color: #FFE7BC;
}
</style>
background-color css
<style>
a { background-color: #FFE7BC; }
a { background-color: rgb(255,231,188); }
div.DivClassName
{
background-color: #FFE7BC;
}
.BgClassName
{
background-color: #FFE7BC;
}
</style>
border-color css
<style>
span { border-color: #FFE7BC; }
span { border-color: rgb(255,231,188); }
td.TdClassName
{
border-color: #FFE7BC;
}
.TagClassName
{
border-color: #FFE7BC;
}
</style>