Shades of Moccasin #FFE2B3
Tints of Moccasin #FFE2B3
RGB
CMYK
RGB Variations
Color information
#FFE2B3 (or 0xFFE2B3) is known color: Moccasin. HEX triplet: FF, E2 and B3. RGB value is (255,226,179). Sum of RGB (Red+Green+Blue) = 255+226+179=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 226 (88.67% from 255 or 34.24% from 660); Blue value is 179 (70.31% from 255 or 27.12% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2B3 is #001D4C. Grayscale: #E5E5E5. Windows color (decimal): -7501 or 11789055. OLE color: 11789055.
HSL color Cylindrical-coordinate representation of color #FFE2B3: hue angle of 37.11º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFE2B3 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 179 | - |
| CMYK | 0 | 0.11 | 0.30 | 0 |
| HSL | 37.11º | 1% | 0.85% | - |
| HSV(B) | 37.11º | 0.3% | 1% | - |
| XYZ | 76.57 | 78.91 | 53.84 | - |
| YUV | 229.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 179 | 0 | 0.11 | 0.30 | 0 | 37.11 | 1 | 0.85 |
| Hex | FF | E2 | B3 | 0 | B | 1E | 0 | 25 | 64 | 55 |
| Octal | 377 | 342 | 263 | 0 | 13 | 36 | 0 | 45 | 144 | 125 |
| Binary | 11111111 | 11100010 | 10110011 | 0 | 1011 | 11110 | 0 | 100101 | 1100100 | 1010101 |
Color Harmonies of #FFE2B3
Complementary color
Monochromatic Colors of #FFE2B3
Black with #FFE2B3
Text Example
Text Example
White with #FFE2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2B3; }
p { color: rgb(255,226,179); }
H1.HeaderClassName
{
color: #FFE2B3;
}
.AnyTagClassName
{
color: #FFE2B3;
}
</style>
background-color css
<style>
a { background-color: #FFE2B3; }
a { background-color: rgb(255,226,179); }
div.DivClassName
{
background-color: #FFE2B3;
}
.BgClassName
{
background-color: #FFE2B3;
}
</style>
border-color css
<style>
span { border-color: #FFE2B3; }
span { border-color: rgb(255,226,179); }
td.TdClassName
{
border-color: #FFE2B3;
}
.TagClassName
{
border-color: #FFE2B3;
}
</style>