Shades of Moccasin #FFE1B7
Tints of Moccasin #FFE1B7
RGB
CMYK
RGB Variations
Color information
#FFE1B7 (or 0xFFE1B7) is known color: Moccasin. HEX triplet: FF, E1 and B7. RGB value is (255,225,183). Sum of RGB (Red+Green+Blue) = 255+225+183=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 183 (71.88% from 255 or 27.60% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1B7 is #001E48. Grayscale: #E5E5E5. Windows color (decimal): -7753 or 12050943. OLE color: 12050943.
HSL color Cylindrical-coordinate representation of color #FFE1B7: hue angle of 35º 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 #FFE1B7 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 183 | - |
| CMYK | 0 | 0.12 | 0.28 | 0 |
| HSL | 35º | 1% | 0.86% | - |
| HSV(B) | 35º | 0.28% | 1% | - |
| XYZ | 76.71 | 78.53 | 55.91 | - |
| YUV | 229.18 | 101.94 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 183 | 0 | 0.12 | 0.28 | 0 | 35 | 1 | 0.86 |
| Hex | FF | E1 | B7 | 0 | C | 1C | 0 | 23 | 64 | 56 |
| Octal | 377 | 341 | 267 | 0 | 14 | 34 | 0 | 43 | 144 | 126 |
| Binary | 11111111 | 11100001 | 10110111 | 0 | 1100 | 11100 | 0 | 100011 | 1100100 | 1010110 |
Color Harmonies of #FFE1B7
Complementary color
Monochromatic Colors of #FFE1B7
Black with #FFE1B7
Text Example
Text Example
White with #FFE1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1B7; }
p { color: rgb(255,225,183); }
H1.HeaderClassName
{
color: #FFE1B7;
}
.AnyTagClassName
{
color: #FFE1B7;
}
</style>
background-color css
<style>
a { background-color: #FFE1B7; }
a { background-color: rgb(255,225,183); }
div.DivClassName
{
background-color: #FFE1B7;
}
.BgClassName
{
background-color: #FFE1B7;
}
</style>
border-color css
<style>
span { border-color: #FFE1B7; }
span { border-color: rgb(255,225,183); }
td.TdClassName
{
border-color: #FFE1B7;
}
.TagClassName
{
border-color: #FFE1B7;
}
</style>