Shades of Moccasin #FFE5B6
Tints of Moccasin #FFE5B6
RGB
CMYK
RGB Variations
Color information
#FFE5B6 (or 0xFFE5B6) is known color: Moccasin. HEX triplet: FF, E5 and B6. RGB value is (255,229,182). Sum of RGB (Red+Green+Blue) = 255+229+182=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 182 (71.48% from 255 or 27.33% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE5B6 is #001A49. Grayscale: #E7E7E7. Windows color (decimal): -6730 or 11986431. OLE color: 11986431.
HSL color Cylindrical-coordinate representation of color #FFE5B6: hue angle of 38.63º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFE5B6 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 229 | 182 | - |
| CMYK | 0 | 0.10 | 0.29 | 0 |
| HSL | 38.63º | 1% | 0.86% | - |
| HSV(B) | 38.63º | 0.29% | 1% | - |
| XYZ | 77.7 | 80.68 | 55.73 | - |
| YUV | 231.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 229 | 182 | 0 | 0.10 | 0.29 | 0 | 38.63 | 1 | 0.86 |
| Hex | FF | E5 | B6 | 0 | A | 1D | 0 | 27 | 64 | 56 |
| Octal | 377 | 345 | 266 | 0 | 12 | 35 | 0 | 47 | 144 | 126 |
| Binary | 11111111 | 11100101 | 10110110 | 0 | 1010 | 11101 | 0 | 100111 | 1100100 | 1010110 |
Color Harmonies of #FFE5B6
Complementary color
Monochromatic Colors of #FFE5B6
Black with #FFE5B6
Text Example
Text Example
White with #FFE5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE5B6; }
p { color: rgb(255,229,182); }
H1.HeaderClassName
{
color: #FFE5B6;
}
.AnyTagClassName
{
color: #FFE5B6;
}
</style>
background-color css
<style>
a { background-color: #FFE5B6; }
a { background-color: rgb(255,229,182); }
div.DivClassName
{
background-color: #FFE5B6;
}
.BgClassName
{
background-color: #FFE5B6;
}
</style>
border-color css
<style>
span { border-color: #FFE5B6; }
span { border-color: rgb(255,229,182); }
td.TdClassName
{
border-color: #FFE5B6;
}
.TagClassName
{
border-color: #FFE5B6;
}
</style>