Shades of Moccasin #FFE2B6
Tints of Moccasin #FFE2B6
RGB
CMYK
RGB Variations
Color information
#FFE2B6 (or 0xFFE2B6) is known color: Moccasin. HEX triplet: FF, E2 and B6. RGB value is (255,226,182). Sum of RGB (Red+Green+Blue) = 255+226+182=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 226 (88.67% from 255 or 34.09% from 663); Blue value is 182 (71.48% from 255 or 27.45% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2B6 is #001D49. Grayscale: #E5E5E5. Windows color (decimal): -7498 or 11985663. OLE color: 11985663.
HSL color Cylindrical-coordinate representation of color #FFE2B6: hue angle of 36.16º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFE2B6 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 182 | - |
| CMYK | 0 | 0.11 | 0.29 | 0 |
| HSL | 36.16º | 1% | 0.86% | - |
| HSV(B) | 36.16º | 0.29% | 1% | - |
| XYZ | 76.88 | 79.03 | 55.46 | - |
| YUV | 229.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 182 | 0 | 0.11 | 0.29 | 0 | 36.16 | 1 | 0.86 |
| Hex | FF | E2 | B6 | 0 | B | 1D | 0 | 24 | 64 | 56 |
| Octal | 377 | 342 | 266 | 0 | 13 | 35 | 0 | 44 | 144 | 126 |
| Binary | 11111111 | 11100010 | 10110110 | 0 | 1011 | 11101 | 0 | 100100 | 1100100 | 1010110 |
Color Harmonies of #FFE2B6
Complementary color
Monochromatic Colors of #FFE2B6
Black with #FFE2B6
Text Example
Text Example
White with #FFE2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2B6; }
p { color: rgb(255,226,182); }
H1.HeaderClassName
{
color: #FFE2B6;
}
.AnyTagClassName
{
color: #FFE2B6;
}
</style>
background-color css
<style>
a { background-color: #FFE2B6; }
a { background-color: rgb(255,226,182); }
div.DivClassName
{
background-color: #FFE2B6;
}
.BgClassName
{
background-color: #FFE2B6;
}
</style>
border-color css
<style>
span { border-color: #FFE2B6; }
span { border-color: rgb(255,226,182); }
td.TdClassName
{
border-color: #FFE2B6;
}
.TagClassName
{
border-color: #FFE2B6;
}
</style>