Shades of Moccasin #FDE7BC
Tints of Moccasin #FDE7BC
RGB
CMYK
RGB Variations
Color information
#FDE7BC (or 0xFDE7BC) is known color: Moccasin. HEX triplet: FD, E7 and BC. RGB value is (253,231,188). Sum of RGB (Red+Green+Blue) = 253+231+188=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 188 (73.83% from 255 or 27.98% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE7BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE7BC is #021843. Grayscale: #E8E8E8. Windows color (decimal): -137284 or 12380157. OLE color: 12380157.
HSL color Cylindrical-coordinate representation of color #FDE7BC: hue angle of 39.69º 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 #FDE7BC is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 188 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.01 |
| HSL | 39.69º | 0.94% | 0.86% | - |
| HSV(B) | 39.69º | 0.26% | 0.99% | - |
| XYZ | 78.16 | 81.67 | 59.22 | - |
| YUV | 232.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 188 | 0 | 0.09 | 0.26 | 0.01 | 39.69 | 0.94 | 0.86 |
| Hex | FD | E7 | BC | 0 | 9 | 1A | 1 | 28 | 5E | 56 |
| Octal | 375 | 347 | 274 | 0 | 11 | 32 | 1 | 50 | 136 | 126 |
| Binary | 11111101 | 11100111 | 10111100 | 0 | 1001 | 11010 | 1 | 101000 | 1011110 | 1010110 |
Color Harmonies of #FDE7BC
Complementary color
Monochromatic Colors of #FDE7BC
Black with #FDE7BC
Text Example
Text Example
White with #FDE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE7BC; }
p { color: rgb(253,231,188); }
H1.HeaderClassName
{
color: #FDE7BC;
}
.AnyTagClassName
{
color: #FDE7BC;
}
</style>
background-color css
<style>
a { background-color: #FDE7BC; }
a { background-color: rgb(253,231,188); }
div.DivClassName
{
background-color: #FDE7BC;
}
.BgClassName
{
background-color: #FDE7BC;
}
</style>
border-color css
<style>
span { border-color: #FDE7BC; }
span { border-color: rgb(253,231,188); }
td.TdClassName
{
border-color: #FDE7BC;
}
.TagClassName
{
border-color: #FDE7BC;
}
</style>