Shades of Moccasin #FFE2B8
Tints of Moccasin #FFE2B8
RGB
CMYK
RGB Variations
Color information
#FFE2B8 (or 0xFFE2B8) is known color: Moccasin. HEX triplet: FF, E2 and B8. RGB value is (255,226,184). Sum of RGB (Red+Green+Blue) = 255+226+184=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 184 (72.27% from 255 or 27.67% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2B8 is #001D47. Grayscale: #E6E6E6. Windows color (decimal): -7496 or 12116735. OLE color: 12116735.
HSL color Cylindrical-coordinate representation of color #FFE2B8: hue angle of 35.49º 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 #FFE2B8 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 184 | - |
| CMYK | 0 | 0.11 | 0.28 | 0 |
| HSL | 35.49º | 1% | 0.86% | - |
| HSV(B) | 35.49º | 0.28% | 1% | - |
| XYZ | 77.09 | 79.11 | 56.55 | - |
| YUV | 229.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 184 | 0 | 0.11 | 0.28 | 0 | 35.49 | 1 | 0.86 |
| Hex | FF | E2 | B8 | 0 | B | 1C | 0 | 23 | 64 | 56 |
| Octal | 377 | 342 | 270 | 0 | 13 | 34 | 0 | 43 | 144 | 126 |
| Binary | 11111111 | 11100010 | 10111000 | 0 | 1011 | 11100 | 0 | 100011 | 1100100 | 1010110 |
Color Harmonies of #FFE2B8
Complementary color
Monochromatic Colors of #FFE2B8
Black with #FFE2B8
Text Example
Text Example
White with #FFE2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2B8; }
p { color: rgb(255,226,184); }
H1.HeaderClassName
{
color: #FFE2B8;
}
.AnyTagClassName
{
color: #FFE2B8;
}
</style>
background-color css
<style>
a { background-color: #FFE2B8; }
a { background-color: rgb(255,226,184); }
div.DivClassName
{
background-color: #FFE2B8;
}
.BgClassName
{
background-color: #FFE2B8;
}
</style>
border-color css
<style>
span { border-color: #FFE2B8; }
span { border-color: rgb(255,226,184); }
td.TdClassName
{
border-color: #FFE2B8;
}
.TagClassName
{
border-color: #FFE2B8;
}
</style>