Shades of Moccasin #FFE6B5
Tints of Moccasin #FFE6B5
RGB
CMYK
RGB Variations
Color information
#FFE6B5 (or 0xFFE6B5) is known color: Moccasin. HEX triplet: FF, E6 and B5. RGB value is (255,230,181). Sum of RGB (Red+Green+Blue) = 255+230+181=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 181 (71.09% from 255 or 27.18% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6B5 is #00194A. Grayscale: #E8E8E8. Windows color (decimal): -6475 or 11921151. OLE color: 11921151.
HSL color Cylindrical-coordinate representation of color #FFE6B5: hue angle of 39.73º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFE6B5 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 181 | - |
| CMYK | 0 | 0.10 | 0.29 | 0 |
| HSL | 39.73º | 1% | 0.85% | - |
| HSV(B) | 39.73º | 0.29% | 1% | - |
| XYZ | 77.88 | 81.19 | 55.28 | - |
| YUV | 231.89 | 99.28 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 181 | 0 | 0.10 | 0.29 | 0 | 39.73 | 1 | 0.85 |
| Hex | FF | E6 | B5 | 0 | A | 1D | 0 | 28 | 64 | 55 |
| Octal | 377 | 346 | 265 | 0 | 12 | 35 | 0 | 50 | 144 | 125 |
| Binary | 11111111 | 11100110 | 10110101 | 0 | 1010 | 11101 | 0 | 101000 | 1100100 | 1010101 |
Color Harmonies of #FFE6B5
Complementary color
Monochromatic Colors of #FFE6B5
Black with #FFE6B5
Text Example
Text Example
White with #FFE6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6B5; }
p { color: rgb(255,230,181); }
H1.HeaderClassName
{
color: #FFE6B5;
}
.AnyTagClassName
{
color: #FFE6B5;
}
</style>
background-color css
<style>
a { background-color: #FFE6B5; }
a { background-color: rgb(255,230,181); }
div.DivClassName
{
background-color: #FFE6B5;
}
.BgClassName
{
background-color: #FFE6B5;
}
</style>
border-color css
<style>
span { border-color: #FFE6B5; }
span { border-color: rgb(255,230,181); }
td.TdClassName
{
border-color: #FFE6B5;
}
.TagClassName
{
border-color: #FFE6B5;
}
</style>