Shades of Moccasin #FFE1BA
Tints of Moccasin #FFE1BA
RGB
CMYK
RGB Variations
Color information
#FFE1BA (or 0xFFE1BA) is known color: Moccasin. HEX triplet: FF, E1 and BA. RGB value is (255,225,186). Sum of RGB (Red+Green+Blue) = 255+225+186=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 225 (88.28% from 255 or 33.78% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1BA is #001E45. Grayscale: #E5E5E5. Windows color (decimal): -7750 or 12247551. OLE color: 12247551.
HSL color Cylindrical-coordinate representation of color #FFE1BA: hue angle of 33.91º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFE1BA is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 186 | - |
| CMYK | 0 | 0.12 | 0.27 | 0 |
| HSL | 33.91º | 1% | 0.86% | - |
| HSV(B) | 33.91º | 0.27% | 1% | - |
| XYZ | 77.03 | 78.66 | 57.58 | - |
| YUV | 229.52 | 103.44 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 186 | 0 | 0.12 | 0.27 | 0 | 33.91 | 1 | 0.86 |
| Hex | FF | E1 | BA | 0 | C | 1B | 0 | 22 | 64 | 56 |
| Octal | 377 | 341 | 272 | 0 | 14 | 33 | 0 | 42 | 144 | 126 |
| Binary | 11111111 | 11100001 | 10111010 | 0 | 1100 | 11011 | 0 | 100010 | 1100100 | 1010110 |
Color Harmonies of #FFE1BA
Complementary color
Monochromatic Colors of #FFE1BA
Black with #FFE1BA
Text Example
Text Example
White with #FFE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1BA; }
p { color: rgb(255,225,186); }
H1.HeaderClassName
{
color: #FFE1BA;
}
.AnyTagClassName
{
color: #FFE1BA;
}
</style>
background-color css
<style>
a { background-color: #FFE1BA; }
a { background-color: rgb(255,225,186); }
div.DivClassName
{
background-color: #FFE1BA;
}
.BgClassName
{
background-color: #FFE1BA;
}
</style>
border-color css
<style>
span { border-color: #FFE1BA; }
span { border-color: rgb(255,225,186); }
td.TdClassName
{
border-color: #FFE1BA;
}
.TagClassName
{
border-color: #FFE1BA;
}
</style>