Shades of Moccasin #FFE6B7
Tints of Moccasin #FFE6B7
RGB
CMYK
RGB Variations
Color information
#FFE6B7 (or 0xFFE6B7) is known color: Moccasin. HEX triplet: FF, E6 and B7. RGB value is (255,230,183). Sum of RGB (Red+Green+Blue) = 255+230+183=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 230 (90.23% from 255 or 34.43% from 668); Blue value is 183 (71.88% from 255 or 27.40% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE6B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE6B7 is #001948. Grayscale: #E8E8E8. Windows color (decimal): -6473 or 12052223. OLE color: 12052223.
HSL color Cylindrical-coordinate representation of color #FFE6B7: hue angle of 39.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFE6B7 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 183 | - |
| CMYK | 0 | 0.10 | 0.28 | 0 |
| HSL | 39.17º | 1% | 0.86% | - |
| HSV(B) | 39.17º | 0.28% | 1% | - |
| XYZ | 78.08 | 81.27 | 56.37 | - |
| YUV | 232.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 183 | 0 | 0.10 | 0.28 | 0 | 39.17 | 1 | 0.86 |
| Hex | FF | E6 | B7 | 0 | A | 1C | 0 | 27 | 64 | 56 |
| Octal | 377 | 346 | 267 | 0 | 12 | 34 | 0 | 47 | 144 | 126 |
| Binary | 11111111 | 11100110 | 10110111 | 0 | 1010 | 11100 | 0 | 100111 | 1100100 | 1010110 |
Color Harmonies of #FFE6B7
Complementary color
Monochromatic Colors of #FFE6B7
Black with #FFE6B7
Text Example
Text Example
White with #FFE6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE6B7; }
p { color: rgb(255,230,183); }
H1.HeaderClassName
{
color: #FFE6B7;
}
.AnyTagClassName
{
color: #FFE6B7;
}
</style>
background-color css
<style>
a { background-color: #FFE6B7; }
a { background-color: rgb(255,230,183); }
div.DivClassName
{
background-color: #FFE6B7;
}
.BgClassName
{
background-color: #FFE6B7;
}
</style>
border-color css
<style>
span { border-color: #FFE6B7; }
span { border-color: rgb(255,230,183); }
td.TdClassName
{
border-color: #FFE6B7;
}
.TagClassName
{
border-color: #FFE6B7;
}
</style>