Shades of Moccasin #FFE7B4
Tints of Moccasin #FFE7B4
RGB
CMYK
RGB Variations
Color information
#FFE7B4 (or 0xFFE7B4) is known color: Moccasin. HEX triplet: FF, E7 and B4. RGB value is (255,231,180). Sum of RGB (Red+Green+Blue) = 255+231+180=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 180 (70.70% from 255 or 27.03% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7B4 is #00184B. Grayscale: #E8E8E8. Windows color (decimal): -6220 or 11855871. OLE color: 11855871.
HSL color Cylindrical-coordinate representation of color #FFE7B4: hue angle of 40.8º 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 #FFE7B4 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 180 | - |
| CMYK | 0 | 0.09 | 0.29 | 0 |
| HSL | 40.8º | 1% | 0.85% | - |
| HSV(B) | 40.8º | 0.29% | 1% | - |
| XYZ | 78.05 | 81.71 | 54.84 | - |
| YUV | 232.36 | 98.45 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 180 | 0 | 0.09 | 0.29 | 0 | 40.8 | 1 | 0.85 |
| Hex | FF | E7 | B4 | 0 | 9 | 1D | 0 | 29 | 64 | 55 |
| Octal | 377 | 347 | 264 | 0 | 11 | 35 | 0 | 51 | 144 | 125 |
| Binary | 11111111 | 11100111 | 10110100 | 0 | 1001 | 11101 | 0 | 101001 | 1100100 | 1010101 |
Color Harmonies of #FFE7B4
Complementary color
Monochromatic Colors of #FFE7B4
Black with #FFE7B4
Text Example
Text Example
White with #FFE7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7B4; }
p { color: rgb(255,231,180); }
H1.HeaderClassName
{
color: #FFE7B4;
}
.AnyTagClassName
{
color: #FFE7B4;
}
</style>
background-color css
<style>
a { background-color: #FFE7B4; }
a { background-color: rgb(255,231,180); }
div.DivClassName
{
background-color: #FFE7B4;
}
.BgClassName
{
background-color: #FFE7B4;
}
</style>
border-color css
<style>
span { border-color: #FFE7B4; }
span { border-color: rgb(255,231,180); }
td.TdClassName
{
border-color: #FFE7B4;
}
.TagClassName
{
border-color: #FFE7B4;
}
</style>