Shades of Moccasin #FDE5BD
Tints of Moccasin #FDE5BD
RGB
CMYK
RGB Variations
Color information
#FDE5BD (or 0xFDE5BD) is known color: Moccasin. HEX triplet: FD, E5 and BD. RGB value is (253,229,189). Sum of RGB (Red+Green+Blue) = 253+229+189=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 189 (74.22% from 255 or 28.17% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5BD is #021A42. Grayscale: #E7E7E7. Windows color (decimal): -137795 or 12445181. OLE color: 12445181.
HSL color Cylindrical-coordinate representation of color #FDE5BD: hue angle of 37.5º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDE5BD is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 189 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.01 |
| HSL | 37.5º | 0.94% | 0.87% | - |
| HSV(B) | 37.5º | 0.25% | 0.99% | - |
| XYZ | 77.71 | 80.6 | 59.6 | - |
| YUV | 231.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 189 | 0 | 0.09 | 0.25 | 0.01 | 37.5 | 0.94 | 0.87 |
| Hex | FD | E5 | BD | 0 | 9 | 19 | 1 | 26 | 5E | 57 |
| Octal | 375 | 345 | 275 | 0 | 11 | 31 | 1 | 46 | 136 | 127 |
| Binary | 11111101 | 11100101 | 10111101 | 0 | 1001 | 11001 | 1 | 100110 | 1011110 | 1010111 |
Color Harmonies of #FDE5BD
Complementary color
Monochromatic Colors of #FDE5BD
Black with #FDE5BD
Text Example
Text Example
White with #FDE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5BD; }
p { color: rgb(253,229,189); }
H1.HeaderClassName
{
color: #FDE5BD;
}
.AnyTagClassName
{
color: #FDE5BD;
}
</style>
background-color css
<style>
a { background-color: #FDE5BD; }
a { background-color: rgb(253,229,189); }
div.DivClassName
{
background-color: #FDE5BD;
}
.BgClassName
{
background-color: #FDE5BD;
}
</style>
border-color css
<style>
span { border-color: #FDE5BD; }
span { border-color: rgb(253,229,189); }
td.TdClassName
{
border-color: #FDE5BD;
}
.TagClassName
{
border-color: #FDE5BD;
}
</style>