Shades of Moccasin #FFE6B6
Tints of Moccasin #FFE6B6
RGB
CMYK
RGB Variations
Color information
#FFE6B6 (or 0xFFE6B6) is known color: Moccasin. HEX triplet: FF, E6 and B6. RGB value is (255,230,182). Sum of RGB (Red+Green+Blue) = 255+230+182=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 182 (71.48% from 255 or 27.29% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6B6 is #001949. Grayscale: #E8E8E8. Windows color (decimal): -6474 or 11986687. OLE color: 11986687.
HSL color Cylindrical-coordinate representation of color #FFE6B6: hue angle of 39.45º 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 #FFE6B6 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 182 | - |
| CMYK | 0 | 0.10 | 0.29 | 0 |
| HSL | 39.45º | 1% | 0.86% | - |
| HSV(B) | 39.45º | 0.29% | 1% | - |
| XYZ | 77.98 | 81.23 | 55.83 | - |
| YUV | 232 | 99.78 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 182 | 0 | 0.10 | 0.29 | 0 | 39.45 | 1 | 0.86 |
| Hex | FF | E6 | B6 | 0 | A | 1D | 0 | 27 | 64 | 56 |
| Octal | 377 | 346 | 266 | 0 | 12 | 35 | 0 | 47 | 144 | 126 |
| Binary | 11111111 | 11100110 | 10110110 | 0 | 1010 | 11101 | 0 | 100111 | 1100100 | 1010110 |
Color Harmonies of #FFE6B6
Complementary color
Monochromatic Colors of #FFE6B6
Black with #FFE6B6
Text Example
Text Example
White with #FFE6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6B6; }
p { color: rgb(255,230,182); }
H1.HeaderClassName
{
color: #FFE6B6;
}
.AnyTagClassName
{
color: #FFE6B6;
}
</style>
background-color css
<style>
a { background-color: #FFE6B6; }
a { background-color: rgb(255,230,182); }
div.DivClassName
{
background-color: #FFE6B6;
}
.BgClassName
{
background-color: #FFE6B6;
}
</style>
border-color css
<style>
span { border-color: #FFE6B6; }
span { border-color: rgb(255,230,182); }
td.TdClassName
{
border-color: #FFE6B6;
}
.TagClassName
{
border-color: #FFE6B6;
}
</style>