Shades of Moccasin #FFE1B8
Tints of Moccasin #FFE1B8
RGB
CMYK
RGB Variations
Color information
#FFE1B8 (or 0xFFE1B8) is known color: Moccasin. HEX triplet: FF, E1 and B8. RGB value is (255,225,184). Sum of RGB (Red+Green+Blue) = 255+225+184=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 184 (72.27% from 255 or 27.71% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1B8 is #001E47. Grayscale: #E5E5E5. Windows color (decimal): -7752 or 12116479. OLE color: 12116479.
HSL color Cylindrical-coordinate representation of color #FFE1B8: hue angle of 34.65º 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 #FFE1B8 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 184 | - |
| CMYK | 0 | 0.12 | 0.28 | 0 |
| HSL | 34.65º | 1% | 0.86% | - |
| HSV(B) | 34.65º | 0.28% | 1% | - |
| XYZ | 76.82 | 78.57 | 56.46 | - |
| YUV | 229.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 184 | 0 | 0.12 | 0.28 | 0 | 34.65 | 1 | 0.86 |
| Hex | FF | E1 | B8 | 0 | C | 1C | 0 | 23 | 64 | 56 |
| Octal | 377 | 341 | 270 | 0 | 14 | 34 | 0 | 43 | 144 | 126 |
| Binary | 11111111 | 11100001 | 10111000 | 0 | 1100 | 11100 | 0 | 100011 | 1100100 | 1010110 |
Color Harmonies of #FFE1B8
Complementary color
Monochromatic Colors of #FFE1B8
Black with #FFE1B8
Text Example
Text Example
White with #FFE1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1B8; }
p { color: rgb(255,225,184); }
H1.HeaderClassName
{
color: #FFE1B8;
}
.AnyTagClassName
{
color: #FFE1B8;
}
</style>
background-color css
<style>
a { background-color: #FFE1B8; }
a { background-color: rgb(255,225,184); }
div.DivClassName
{
background-color: #FFE1B8;
}
.BgClassName
{
background-color: #FFE1B8;
}
</style>
border-color css
<style>
span { border-color: #FFE1B8; }
span { border-color: rgb(255,225,184); }
td.TdClassName
{
border-color: #FFE1B8;
}
.TagClassName
{
border-color: #FFE1B8;
}
</style>