Shades of Moccasin #FFE2B4
Tints of Moccasin #FFE2B4
RGB
CMYK
RGB Variations
Color information
#FFE2B4 (or 0xFFE2B4) is known color: Moccasin. HEX triplet: FF, E2 and B4. RGB value is (255,226,180). Sum of RGB (Red+Green+Blue) = 255+226+180=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 226 (88.67% from 255 or 34.19% from 661); Blue value is 180 (70.70% from 255 or 27.23% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2B4 is #001D4B. Grayscale: #E5E5E5. Windows color (decimal): -7500 or 11854591. OLE color: 11854591.
HSL color Cylindrical-coordinate representation of color #FFE2B4: hue angle of 36.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFE2B4 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 180 | - |
| CMYK | 0 | 0.11 | 0.29 | 0 |
| HSL | 36.8º | 1% | 0.85% | - |
| HSV(B) | 36.8º | 0.29% | 1% | - |
| XYZ | 76.67 | 78.95 | 54.38 | - |
| YUV | 229.43 | 100.11 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 180 | 0 | 0.11 | 0.29 | 0 | 36.8 | 1 | 0.85 |
| Hex | FF | E2 | B4 | 0 | B | 1D | 0 | 25 | 64 | 55 |
| Octal | 377 | 342 | 264 | 0 | 13 | 35 | 0 | 45 | 144 | 125 |
| Binary | 11111111 | 11100010 | 10110100 | 0 | 1011 | 11101 | 0 | 100101 | 1100100 | 1010101 |
Color Harmonies of #FFE2B4
Complementary color
Monochromatic Colors of #FFE2B4
Black with #FFE2B4
Text Example
Text Example
White with #FFE2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2B4; }
p { color: rgb(255,226,180); }
H1.HeaderClassName
{
color: #FFE2B4;
}
.AnyTagClassName
{
color: #FFE2B4;
}
</style>
background-color css
<style>
a { background-color: #FFE2B4; }
a { background-color: rgb(255,226,180); }
div.DivClassName
{
background-color: #FFE2B4;
}
.BgClassName
{
background-color: #FFE2B4;
}
</style>
border-color css
<style>
span { border-color: #FFE2B4; }
span { border-color: rgb(255,226,180); }
td.TdClassName
{
border-color: #FFE2B4;
}
.TagClassName
{
border-color: #FFE2B4;
}
</style>