Shades of Moccasin #FFE2B7
Tints of Moccasin #FFE2B7
RGB
CMYK
RGB Variations
Color information
#FFE2B7 (or 0xFFE2B7) is known color: Moccasin. HEX triplet: FF, E2 and B7. RGB value is (255,226,183). Sum of RGB (Red+Green+Blue) = 255+226+183=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 183 (71.88% from 255 or 27.56% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2B7 is #001D48. Grayscale: #E5E5E5. Windows color (decimal): -7497 or 12051199. OLE color: 12051199.
HSL color Cylindrical-coordinate representation of color #FFE2B7: hue angle of 35.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFE2B7 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 183 | - |
| CMYK | 0 | 0.11 | 0.28 | 0 |
| HSL | 35.83º | 1% | 0.86% | - |
| HSV(B) | 35.83º | 0.28% | 1% | - |
| XYZ | 76.98 | 79.07 | 56 | - |
| YUV | 229.77 | 101.61 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 183 | 0 | 0.11 | 0.28 | 0 | 35.83 | 1 | 0.86 |
| Hex | FF | E2 | B7 | 0 | B | 1C | 0 | 24 | 64 | 56 |
| Octal | 377 | 342 | 267 | 0 | 13 | 34 | 0 | 44 | 144 | 126 |
| Binary | 11111111 | 11100010 | 10110111 | 0 | 1011 | 11100 | 0 | 100100 | 1100100 | 1010110 |
Color Harmonies of #FFE2B7
Complementary color
Monochromatic Colors of #FFE2B7
Black with #FFE2B7
Text Example
Text Example
White with #FFE2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2B7; }
p { color: rgb(255,226,183); }
H1.HeaderClassName
{
color: #FFE2B7;
}
.AnyTagClassName
{
color: #FFE2B7;
}
</style>
background-color css
<style>
a { background-color: #FFE2B7; }
a { background-color: rgb(255,226,183); }
div.DivClassName
{
background-color: #FFE2B7;
}
.BgClassName
{
background-color: #FFE2B7;
}
</style>
border-color css
<style>
span { border-color: #FFE2B7; }
span { border-color: rgb(255,226,183); }
td.TdClassName
{
border-color: #FFE2B7;
}
.TagClassName
{
border-color: #FFE2B7;
}
</style>