Shades of Moccasin #FFE5B0
Tints of Moccasin #FFE5B0
RGB
CMYK
RGB Variations
Color information
#FFE5B0 (or 0xFFE5B0) is known color: Moccasin. HEX triplet: FF, E5 and B0. RGB value is (255,229,176). Sum of RGB (Red+Green+Blue) = 255+229+176=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 176 (69.14% from 255 or 26.67% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE5B0 is #001A4F. Grayscale: #E6E6E6. Windows color (decimal): -6736 or 11593215. OLE color: 11593215.
HSL color Cylindrical-coordinate representation of color #FFE5B0: hue angle of 40.25º 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 #FFE5B0 is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 176 | - |
| CMYK | 0 | 0.10 | 0.31 | 0 |
| HSL | 40.25º | 1% | 0.85% | - |
| HSV(B) | 40.25º | 0.31% | 1% | - |
| XYZ | 77.1 | 80.43 | 52.54 | - |
| YUV | 230.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 176 | 0 | 0.10 | 0.31 | 0 | 40.25 | 1 | 0.85 |
| Hex | FF | E5 | B0 | 0 | A | 1F | 0 | 28 | 64 | 55 |
| Octal | 377 | 345 | 260 | 0 | 12 | 37 | 0 | 50 | 144 | 125 |
| Binary | 11111111 | 11100101 | 10110000 | 0 | 1010 | 11111 | 0 | 101000 | 1100100 | 1010101 |
Color Harmonies of #FFE5B0
Complementary color
Monochromatic Colors of #FFE5B0
Black with #FFE5B0
Text Example
Text Example
White with #FFE5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5B0; }
p { color: rgb(255,229,176); }
H1.HeaderClassName
{
color: #FFE5B0;
}
.AnyTagClassName
{
color: #FFE5B0;
}
</style>
background-color css
<style>
a { background-color: #FFE5B0; }
a { background-color: rgb(255,229,176); }
div.DivClassName
{
background-color: #FFE5B0;
}
.BgClassName
{
background-color: #FFE5B0;
}
</style>
border-color css
<style>
span { border-color: #FFE5B0; }
span { border-color: rgb(255,229,176); }
td.TdClassName
{
border-color: #FFE5B0;
}
.TagClassName
{
border-color: #FFE5B0;
}
</style>