Shades of Moccasin #FFE2B1
Tints of Moccasin #FFE2B1
RGB
CMYK
RGB Variations
Color information
#FFE2B1 (or 0xFFE2B1) is known color: Moccasin. HEX triplet: FF, E2 and B1. RGB value is (255,226,177). Sum of RGB (Red+Green+Blue) = 255+226+177=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 226 (88.67% from 255 or 34.35% from 658); Blue value is 177 (69.53% from 255 or 26.90% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE2B1 is #001D4E. Grayscale: #E5E5E5. Windows color (decimal): -7503 or 11657983. OLE color: 11657983.
HSL color Cylindrical-coordinate representation of color #FFE2B1: hue angle of 37.69º 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 #FFE2B1 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 177 | - |
| CMYK | 0 | 0.11 | 0.31 | 0 |
| HSL | 37.69º | 1% | 0.85% | - |
| HSV(B) | 37.69º | 0.31% | 1% | - |
| XYZ | 76.37 | 78.83 | 52.78 | - |
| YUV | 229.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 177 | 0 | 0.11 | 0.31 | 0 | 37.69 | 1 | 0.85 |
| Hex | FF | E2 | B1 | 0 | B | 1F | 0 | 26 | 64 | 55 |
| Octal | 377 | 342 | 261 | 0 | 13 | 37 | 0 | 46 | 144 | 125 |
| Binary | 11111111 | 11100010 | 10110001 | 0 | 1011 | 11111 | 0 | 100110 | 1100100 | 1010101 |
Color Harmonies of #FFE2B1
Complementary color
Monochromatic Colors of #FFE2B1
Black with #FFE2B1
Text Example
Text Example
White with #FFE2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2B1; }
p { color: rgb(255,226,177); }
H1.HeaderClassName
{
color: #FFE2B1;
}
.AnyTagClassName
{
color: #FFE2B1;
}
</style>
background-color css
<style>
a { background-color: #FFE2B1; }
a { background-color: rgb(255,226,177); }
div.DivClassName
{
background-color: #FFE2B1;
}
.BgClassName
{
background-color: #FFE2B1;
}
</style>
border-color css
<style>
span { border-color: #FFE2B1; }
span { border-color: rgb(255,226,177); }
td.TdClassName
{
border-color: #FFE2B1;
}
.TagClassName
{
border-color: #FFE2B1;
}
</style>