Shades of Moccasin #FFE5BC
Tints of Moccasin #FFE5BC
RGB
CMYK
RGB Variations
Color information
#FFE5BC (or 0xFFE5BC) is known color: Moccasin. HEX triplet: FF, E5 and BC. RGB value is (255,229,188). Sum of RGB (Red+Green+Blue) = 255+229+188=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 188 (73.83% from 255 or 27.98% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5BC is #001A43. Grayscale: #E8E8E8. Windows color (decimal): -6724 or 12379647. OLE color: 12379647.
HSL color Cylindrical-coordinate representation of color #FFE5BC: hue angle of 36.72º 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 #FFE5BC is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 188 | - |
| CMYK | 0 | 0.10 | 0.26 | 0 |
| HSL | 36.72º | 1% | 0.87% | - |
| HSV(B) | 36.72º | 0.26% | 1% | - |
| XYZ | 78.34 | 80.93 | 59.07 | - |
| YUV | 232.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 188 | 0 | 0.10 | 0.26 | 0 | 36.72 | 1 | 0.87 |
| Hex | FF | E5 | BC | 0 | A | 1A | 0 | 25 | 64 | 57 |
| Octal | 377 | 345 | 274 | 0 | 12 | 32 | 0 | 45 | 144 | 127 |
| Binary | 11111111 | 11100101 | 10111100 | 0 | 1010 | 11010 | 0 | 100101 | 1100100 | 1010111 |
Color Harmonies of #FFE5BC
Complementary color
Monochromatic Colors of #FFE5BC
Black with #FFE5BC
Text Example
Text Example
White with #FFE5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5BC; }
p { color: rgb(255,229,188); }
H1.HeaderClassName
{
color: #FFE5BC;
}
.AnyTagClassName
{
color: #FFE5BC;
}
</style>
background-color css
<style>
a { background-color: #FFE5BC; }
a { background-color: rgb(255,229,188); }
div.DivClassName
{
background-color: #FFE5BC;
}
.BgClassName
{
background-color: #FFE5BC;
}
</style>
border-color css
<style>
span { border-color: #FFE5BC; }
span { border-color: rgb(255,229,188); }
td.TdClassName
{
border-color: #FFE5BC;
}
.TagClassName
{
border-color: #FFE5BC;
}
</style>