Shades of Moccasin #FDE2BC
Tints of Moccasin #FDE2BC
RGB
CMYK
RGB Variations
Color information
#FDE2BC (or 0xFDE2BC) is known color: Moccasin. HEX triplet: FD, E2 and BC. RGB value is (253,226,188). Sum of RGB (Red+Green+Blue) = 253+226+188=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2BC is #021D43. Grayscale: #E5E5E5. Windows color (decimal): -138564 or 12378877. OLE color: 12378877.
HSL color Cylindrical-coordinate representation of color #FDE2BC: hue angle of 35.08º 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 #FDE2BC is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 188 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.01 |
| HSL | 35.08º | 0.94% | 0.86% | - |
| HSV(B) | 35.08º | 0.26% | 0.99% | - |
| XYZ | 76.78 | 78.91 | 58.76 | - |
| YUV | 229.74 | 104.45 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 188 | 0 | 0.11 | 0.26 | 0.01 | 35.08 | 0.94 | 0.86 |
| Hex | FD | E2 | BC | 0 | B | 1A | 1 | 23 | 5E | 56 |
| Octal | 375 | 342 | 274 | 0 | 13 | 32 | 1 | 43 | 136 | 126 |
| Binary | 11111101 | 11100010 | 10111100 | 0 | 1011 | 11010 | 1 | 100011 | 1011110 | 1010110 |
Color Harmonies of #FDE2BC
Complementary color
Monochromatic Colors of #FDE2BC
Black with #FDE2BC
Text Example
Text Example
White with #FDE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2BC; }
p { color: rgb(253,226,188); }
H1.HeaderClassName
{
color: #FDE2BC;
}
.AnyTagClassName
{
color: #FDE2BC;
}
</style>
background-color css
<style>
a { background-color: #FDE2BC; }
a { background-color: rgb(253,226,188); }
div.DivClassName
{
background-color: #FDE2BC;
}
.BgClassName
{
background-color: #FDE2BC;
}
</style>
border-color css
<style>
span { border-color: #FDE2BC; }
span { border-color: rgb(253,226,188); }
td.TdClassName
{
border-color: #FDE2BC;
}
.TagClassName
{
border-color: #FDE2BC;
}
</style>