Shades of Moccasin #FFE7BD
Tints of Moccasin #FFE7BD
RGB
CMYK
RGB Variations
Color information
#FFE7BD (or 0xFFE7BD) is known color: Moccasin. HEX triplet: FF, E7 and BD. RGB value is (255,231,189). Sum of RGB (Red+Green+Blue) = 255+231+189=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 231 (90.62% from 255 or 34.22% from 675); Blue value is 189 (74.22% from 255 or 28% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFE7BD is #001842. Grayscale: #E9E9E9. Windows color (decimal): -6211 or 12445695. OLE color: 12445695.
HSL color Cylindrical-coordinate representation of color #FFE7BD: hue angle of 38.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFE7BD is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 231 | 189 | - |
| CMYK | 0 | 0.09 | 0.26 | 0 |
| HSL | 38.18º | 1% | 0.87% | - |
| HSV(B) | 38.18º | 0.26% | 1% | - |
| XYZ | 79 | 82.09 | 59.82 | - |
| YUV | 233.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 231 | 189 | 0 | 0.09 | 0.26 | 0 | 38.18 | 1 | 0.87 |
| Hex | FF | E7 | BD | 0 | 9 | 1A | 0 | 26 | 64 | 57 |
| Octal | 377 | 347 | 275 | 0 | 11 | 32 | 0 | 46 | 144 | 127 |
| Binary | 11111111 | 11100111 | 10111101 | 0 | 1001 | 11010 | 0 | 100110 | 1100100 | 1010111 |
Color Harmonies of #FFE7BD
Complementary color
Monochromatic Colors of #FFE7BD
Black with #FFE7BD
Text Example
Text Example
White with #FFE7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE7BD; }
p { color: rgb(255,231,189); }
H1.HeaderClassName
{
color: #FFE7BD;
}
.AnyTagClassName
{
color: #FFE7BD;
}
</style>
background-color css
<style>
a { background-color: #FFE7BD; }
a { background-color: rgb(255,231,189); }
div.DivClassName
{
background-color: #FFE7BD;
}
.BgClassName
{
background-color: #FFE7BD;
}
</style>
border-color css
<style>
span { border-color: #FFE7BD; }
span { border-color: rgb(255,231,189); }
td.TdClassName
{
border-color: #FFE7BD;
}
.TagClassName
{
border-color: #FFE7BD;
}
</style>