Shades of Moccasin #FFE4B0
Tints of Moccasin #FFE4B0
RGB
CMYK
RGB Variations
Color information
#FFE4B0 (or 0xFFE4B0) is known color: Moccasin. HEX triplet: FF, E4 and B0. RGB value is (255,228,176). Sum of RGB (Red+Green+Blue) = 255+228+176=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 176 (69.14% from 255 or 26.71% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE4B0 is #001B4F. Grayscale: #E6E6E6. Windows color (decimal): -6992 or 11592959. OLE color: 11592959.
HSL color Cylindrical-coordinate representation of color #FFE4B0: hue angle of 39.49º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFE4B0 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 176 | - |
| CMYK | 0 | 0.11 | 0.31 | 0 |
| HSL | 39.49º | 1% | 0.85% | - |
| HSV(B) | 39.49º | 0.31% | 1% | - |
| XYZ | 76.82 | 79.88 | 52.44 | - |
| YUV | 230.15 | 97.45 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 176 | 0 | 0.11 | 0.31 | 0 | 39.49 | 1 | 0.85 |
| Hex | FF | E4 | B0 | 0 | B | 1F | 0 | 27 | 64 | 55 |
| Octal | 377 | 344 | 260 | 0 | 13 | 37 | 0 | 47 | 144 | 125 |
| Binary | 11111111 | 11100100 | 10110000 | 0 | 1011 | 11111 | 0 | 100111 | 1100100 | 1010101 |
Color Harmonies of #FFE4B0
Complementary color
Monochromatic Colors of #FFE4B0
Black with #FFE4B0
Text Example
Text Example
White with #FFE4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE4B0; }
p { color: rgb(255,228,176); }
H1.HeaderClassName
{
color: #FFE4B0;
}
.AnyTagClassName
{
color: #FFE4B0;
}
</style>
background-color css
<style>
a { background-color: #FFE4B0; }
a { background-color: rgb(255,228,176); }
div.DivClassName
{
background-color: #FFE4B0;
}
.BgClassName
{
background-color: #FFE4B0;
}
</style>
border-color css
<style>
span { border-color: #FFE4B0; }
span { border-color: rgb(255,228,176); }
td.TdClassName
{
border-color: #FFE4B0;
}
.TagClassName
{
border-color: #FFE4B0;
}
</style>