Shades of Moccasin #FDE6BC
Tints of Moccasin #FDE6BC
RGB
CMYK
RGB Variations
Color information
#FDE6BC (or 0xFDE6BC) is known color: Moccasin. HEX triplet: FD, E6 and BC. RGB value is (253,230,188). Sum of RGB (Red+Green+Blue) = 253+230+188=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 188 (73.83% from 255 or 28.02% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE6BC is #021943. Grayscale: #E8E8E8. Windows color (decimal): -137540 or 12379901. OLE color: 12379901.
HSL color Cylindrical-coordinate representation of color #FDE6BC: hue angle of 38.77º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDE6BC is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 188 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.01 |
| HSL | 38.77º | 0.94% | 0.86% | - |
| HSV(B) | 38.77º | 0.26% | 0.99% | - |
| XYZ | 77.88 | 81.11 | 59.13 | - |
| YUV | 232.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 188 | 0 | 0.09 | 0.26 | 0.01 | 38.77 | 0.94 | 0.86 |
| Hex | FD | E6 | BC | 0 | 9 | 1A | 1 | 27 | 5E | 56 |
| Octal | 375 | 346 | 274 | 0 | 11 | 32 | 1 | 47 | 136 | 126 |
| Binary | 11111101 | 11100110 | 10111100 | 0 | 1001 | 11010 | 1 | 100111 | 1011110 | 1010110 |
Color Harmonies of #FDE6BC
Complementary color
Monochromatic Colors of #FDE6BC
Black with #FDE6BC
Text Example
Text Example
White with #FDE6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE6BC; }
p { color: rgb(253,230,188); }
H1.HeaderClassName
{
color: #FDE6BC;
}
.AnyTagClassName
{
color: #FDE6BC;
}
</style>
background-color css
<style>
a { background-color: #FDE6BC; }
a { background-color: rgb(253,230,188); }
div.DivClassName
{
background-color: #FDE6BC;
}
.BgClassName
{
background-color: #FDE6BC;
}
</style>
border-color css
<style>
span { border-color: #FDE6BC; }
span { border-color: rgb(253,230,188); }
td.TdClassName
{
border-color: #FDE6BC;
}
.TagClassName
{
border-color: #FDE6BC;
}
</style>