Shades of Moccasin #FFE4BC
Tints of Moccasin #FFE4BC
RGB
CMYK
RGB Variations
Color information
#FFE4BC (or 0xFFE4BC) is known color: Moccasin. HEX triplet: FF, E4 and BC. RGB value is (255,228,188). Sum of RGB (Red+Green+Blue) = 255+228+188=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 188 (73.83% from 255 or 28.02% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE4BC is #001B43. Grayscale: #E7E7E7. Windows color (decimal): -6980 or 12379391. OLE color: 12379391.
HSL color Cylindrical-coordinate representation of color #FFE4BC: hue angle of 35.82º 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 #FFE4BC is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 188 | - |
| CMYK | 0 | 0.11 | 0.26 | 0 |
| HSL | 35.82º | 1% | 0.87% | - |
| HSV(B) | 35.82º | 0.26% | 1% | - |
| XYZ | 78.06 | 80.38 | 58.98 | - |
| YUV | 231.51 | 103.45 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 188 | 0 | 0.11 | 0.26 | 0 | 35.82 | 1 | 0.87 |
| Hex | FF | E4 | BC | 0 | B | 1A | 0 | 24 | 64 | 57 |
| Octal | 377 | 344 | 274 | 0 | 13 | 32 | 0 | 44 | 144 | 127 |
| Binary | 11111111 | 11100100 | 10111100 | 0 | 1011 | 11010 | 0 | 100100 | 1100100 | 1010111 |
Color Harmonies of #FFE4BC
Complementary color
Monochromatic Colors of #FFE4BC
Black with #FFE4BC
Text Example
Text Example
White with #FFE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4BC; }
p { color: rgb(255,228,188); }
H1.HeaderClassName
{
color: #FFE4BC;
}
.AnyTagClassName
{
color: #FFE4BC;
}
</style>
background-color css
<style>
a { background-color: #FFE4BC; }
a { background-color: rgb(255,228,188); }
div.DivClassName
{
background-color: #FFE4BC;
}
.BgClassName
{
background-color: #FFE4BC;
}
</style>
border-color css
<style>
span { border-color: #FFE4BC; }
span { border-color: rgb(255,228,188); }
td.TdClassName
{
border-color: #FFE4BC;
}
.TagClassName
{
border-color: #FFE4BC;
}
</style>