Shades of Moccasin #FFE6B9
Tints of Moccasin #FFE6B9
RGB
CMYK
RGB Variations
Color information
#FFE6B9 (or 0xFFE6B9) is known color: Moccasin. HEX triplet: FF, E6 and B9. RGB value is (255,230,185). Sum of RGB (Red+Green+Blue) = 255+230+185=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 185 (72.66% from 255 or 27.61% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6B9 is #001946. Grayscale: #E8E8E8. Windows color (decimal): -6471 or 12183295. OLE color: 12183295.
HSL color Cylindrical-coordinate representation of color #FFE6B9: hue angle of 38.57º 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 #FFE6B9 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 185 | - |
| CMYK | 0 | 0.10 | 0.27 | 0 |
| HSL | 38.57º | 1% | 0.86% | - |
| HSV(B) | 38.57º | 0.27% | 1% | - |
| XYZ | 78.29 | 81.36 | 57.48 | - |
| YUV | 232.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 185 | 0 | 0.10 | 0.27 | 0 | 38.57 | 1 | 0.86 |
| Hex | FF | E6 | B9 | 0 | A | 1B | 0 | 27 | 64 | 56 |
| Octal | 377 | 346 | 271 | 0 | 12 | 33 | 0 | 47 | 144 | 126 |
| Binary | 11111111 | 11100110 | 10111001 | 0 | 1010 | 11011 | 0 | 100111 | 1100100 | 1010110 |
Color Harmonies of #FFE6B9
Complementary color
Monochromatic Colors of #FFE6B9
Black with #FFE6B9
Text Example
Text Example
White with #FFE6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6B9; }
p { color: rgb(255,230,185); }
H1.HeaderClassName
{
color: #FFE6B9;
}
.AnyTagClassName
{
color: #FFE6B9;
}
</style>
background-color css
<style>
a { background-color: #FFE6B9; }
a { background-color: rgb(255,230,185); }
div.DivClassName
{
background-color: #FFE6B9;
}
.BgClassName
{
background-color: #FFE6B9;
}
</style>
border-color css
<style>
span { border-color: #FFE6B9; }
span { border-color: rgb(255,230,185); }
td.TdClassName
{
border-color: #FFE6B9;
}
.TagClassName
{
border-color: #FFE6B9;
}
</style>