Shades of Moccasin #FFE1B3
Tints of Moccasin #FFE1B3
RGB
CMYK
RGB Variations
Color information
#FFE1B3 (or 0xFFE1B3) is known color: Moccasin. HEX triplet: FF, E1 and B3. RGB value is (255,225,179). Sum of RGB (Red+Green+Blue) = 255+225+179=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 179 (70.31% from 255 or 27.16% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1B3 is #001E4C. Grayscale: #E4E4E4. Windows color (decimal): -7757 or 11788799. OLE color: 11788799.
HSL color Cylindrical-coordinate representation of color #FFE1B3: hue angle of 36.32º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFE1B3 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 225 | 179 | - |
| CMYK | 0 | 0.12 | 0.30 | 0 |
| HSL | 36.32º | 1% | 0.85% | - |
| HSV(B) | 36.32º | 0.3% | 1% | - |
| XYZ | 76.3 | 78.37 | 53.75 | - |
| YUV | 228.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 225 | 179 | 0 | 0.12 | 0.30 | 0 | 36.32 | 1 | 0.85 |
| Hex | FF | E1 | B3 | 0 | C | 1E | 0 | 24 | 64 | 55 |
| Octal | 377 | 341 | 263 | 0 | 14 | 36 | 0 | 44 | 144 | 125 |
| Binary | 11111111 | 11100001 | 10110011 | 0 | 1100 | 11110 | 0 | 100100 | 1100100 | 1010101 |
Color Harmonies of #FFE1B3
Complementary color
Monochromatic Colors of #FFE1B3
Black with #FFE1B3
Text Example
Text Example
White with #FFE1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE1B3; }
p { color: rgb(255,225,179); }
H1.HeaderClassName
{
color: #FFE1B3;
}
.AnyTagClassName
{
color: #FFE1B3;
}
</style>
background-color css
<style>
a { background-color: #FFE1B3; }
a { background-color: rgb(255,225,179); }
div.DivClassName
{
background-color: #FFE1B3;
}
.BgClassName
{
background-color: #FFE1B3;
}
</style>
border-color css
<style>
span { border-color: #FFE1B3; }
span { border-color: rgb(255,225,179); }
td.TdClassName
{
border-color: #FFE1B3;
}
.TagClassName
{
border-color: #FFE1B3;
}
</style>