Shades of Moccasin #FFE0B7
Tints of Moccasin #FFE0B7
RGB
CMYK
RGB Variations
Color information
#FFE0B7 (or 0xFFE0B7) is known color: Moccasin. HEX triplet: FF, E0 and B7. RGB value is (255,224,183). Sum of RGB (Red+Green+Blue) = 255+224+183=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 224 (87.89% from 255 or 33.84% from 662); Blue value is 183 (71.88% from 255 or 27.64% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0B7 is #001F48. Grayscale: #E4E4E4. Windows color (decimal): -8009 or 12050687. OLE color: 12050687.
HSL color Cylindrical-coordinate representation of color #FFE0B7: hue angle of 34.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 #FFE0B7 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 183 | - |
| CMYK | 0 | 0.12 | 0.28 | 0 |
| HSL | 34.17º | 1% | 0.86% | - |
| HSV(B) | 34.17º | 0.28% | 1% | - |
| XYZ | 76.44 | 77.99 | 55.82 | - |
| YUV | 228.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 183 | 0 | 0.12 | 0.28 | 0 | 34.17 | 1 | 0.86 |
| Hex | FF | E0 | B7 | 0 | C | 1C | 0 | 22 | 64 | 56 |
| Octal | 377 | 340 | 267 | 0 | 14 | 34 | 0 | 42 | 144 | 126 |
| Binary | 11111111 | 11100000 | 10110111 | 0 | 1100 | 11100 | 0 | 100010 | 1100100 | 1010110 |
Color Harmonies of #FFE0B7
Complementary color
Monochromatic Colors of #FFE0B7
Black with #FFE0B7
Text Example
Text Example
White with #FFE0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE0B7; }
p { color: rgb(255,224,183); }
H1.HeaderClassName
{
color: #FFE0B7;
}
.AnyTagClassName
{
color: #FFE0B7;
}
</style>
background-color css
<style>
a { background-color: #FFE0B7; }
a { background-color: rgb(255,224,183); }
div.DivClassName
{
background-color: #FFE0B7;
}
.BgClassName
{
background-color: #FFE0B7;
}
</style>
border-color css
<style>
span { border-color: #FFE0B7; }
span { border-color: rgb(255,224,183); }
td.TdClassName
{
border-color: #FFE0B7;
}
.TagClassName
{
border-color: #FFE0B7;
}
</style>