Shades of Moccasin #FFE5BA
Tints of Moccasin #FFE5BA
RGB
CMYK
RGB Variations
Color information
#FFE5BA (or 0xFFE5BA) is known color: Moccasin. HEX triplet: FF, E5 and BA. RGB value is (255,229,186). Sum of RGB (Red+Green+Blue) = 255+229+186=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 186 (73.05% from 255 or 27.76% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5BA is #001A45. Grayscale: #E8E8E8. Windows color (decimal): -6726 or 12248575. OLE color: 12248575.
HSL color Cylindrical-coordinate representation of color #FFE5BA: hue angle of 37.39º 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 #FFE5BA is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 186 | - |
| CMYK | 0 | 0.10 | 0.27 | 0 |
| HSL | 37.39º | 1% | 0.86% | - |
| HSV(B) | 37.39º | 0.27% | 1% | - |
| XYZ | 78.12 | 80.84 | 57.94 | - |
| YUV | 231.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 186 | 0 | 0.10 | 0.27 | 0 | 37.39 | 1 | 0.86 |
| Hex | FF | E5 | BA | 0 | A | 1B | 0 | 25 | 64 | 56 |
| Octal | 377 | 345 | 272 | 0 | 12 | 33 | 0 | 45 | 144 | 126 |
| Binary | 11111111 | 11100101 | 10111010 | 0 | 1010 | 11011 | 0 | 100101 | 1100100 | 1010110 |
Color Harmonies of #FFE5BA
Complementary color
Monochromatic Colors of #FFE5BA
Black with #FFE5BA
Text Example
Text Example
White with #FFE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5BA; }
p { color: rgb(255,229,186); }
H1.HeaderClassName
{
color: #FFE5BA;
}
.AnyTagClassName
{
color: #FFE5BA;
}
</style>
background-color css
<style>
a { background-color: #FFE5BA; }
a { background-color: rgb(255,229,186); }
div.DivClassName
{
background-color: #FFE5BA;
}
.BgClassName
{
background-color: #FFE5BA;
}
</style>
border-color css
<style>
span { border-color: #FFE5BA; }
span { border-color: rgb(255,229,186); }
td.TdClassName
{
border-color: #FFE5BA;
}
.TagClassName
{
border-color: #FFE5BA;
}
</style>