Shades of Moccasin #FFE2B0
Tints of Moccasin #FFE2B0
RGB
CMYK
RGB Variations
Color information
#FFE2B0 (or 0xFFE2B0) is known color: Moccasin. HEX triplet: FF, E2 and B0. RGB value is (255,226,176). Sum of RGB (Red+Green+Blue) = 255+226+176=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 176 (69.14% from 255 or 26.79% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE2B0 is #001D4F. Grayscale: #E5E5E5. Windows color (decimal): -7504 or 11592447. OLE color: 11592447.
HSL color Cylindrical-coordinate representation of color #FFE2B0: hue angle of 37.97º 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 #FFE2B0 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 176 | - |
| CMYK | 0 | 0.11 | 0.31 | 0 |
| HSL | 37.97º | 1% | 0.85% | - |
| HSV(B) | 37.97º | 0.31% | 1% | - |
| XYZ | 76.27 | 78.79 | 52.26 | - |
| YUV | 228.97 | 98.11 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 176 | 0 | 0.11 | 0.31 | 0 | 37.97 | 1 | 0.85 |
| Hex | FF | E2 | B0 | 0 | B | 1F | 0 | 26 | 64 | 55 |
| Octal | 377 | 342 | 260 | 0 | 13 | 37 | 0 | 46 | 144 | 125 |
| Binary | 11111111 | 11100010 | 10110000 | 0 | 1011 | 11111 | 0 | 100110 | 1100100 | 1010101 |
Color Harmonies of #FFE2B0
Complementary color
Monochromatic Colors of #FFE2B0
Black with #FFE2B0
Text Example
Text Example
White with #FFE2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2B0; }
p { color: rgb(255,226,176); }
H1.HeaderClassName
{
color: #FFE2B0;
}
.AnyTagClassName
{
color: #FFE2B0;
}
</style>
background-color css
<style>
a { background-color: #FFE2B0; }
a { background-color: rgb(255,226,176); }
div.DivClassName
{
background-color: #FFE2B0;
}
.BgClassName
{
background-color: #FFE2B0;
}
</style>
border-color css
<style>
span { border-color: #FFE2B0; }
span { border-color: rgb(255,226,176); }
td.TdClassName
{
border-color: #FFE2B0;
}
.TagClassName
{
border-color: #FFE2B0;
}
</style>