Shades of Moccasin #FDE5B9
Tints of Moccasin #FDE5B9
RGB
CMYK
RGB Variations
Color information
#FDE5B9 (or 0xFDE5B9) is known color: Moccasin. HEX triplet: FD, E5 and B9. RGB value is (253,229,185). Sum of RGB (Red+Green+Blue) = 253+229+185=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 185 (72.66% from 255 or 27.74% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5B9 is #021A46. Grayscale: #E7E7E7. Windows color (decimal): -137799 or 12183037. OLE color: 12183037.
HSL color Cylindrical-coordinate representation of color #FDE5B9: hue angle of 38.82º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDE5B9 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 185 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.01 |
| HSL | 38.82º | 0.94% | 0.86% | - |
| HSV(B) | 38.82º | 0.27% | 0.99% | - |
| XYZ | 77.28 | 80.42 | 57.35 | - |
| YUV | 231.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 185 | 0 | 0.09 | 0.27 | 0.01 | 38.82 | 0.94 | 0.86 |
| Hex | FD | E5 | B9 | 0 | 9 | 1B | 1 | 27 | 5E | 56 |
| Octal | 375 | 345 | 271 | 0 | 11 | 33 | 1 | 47 | 136 | 126 |
| Binary | 11111101 | 11100101 | 10111001 | 0 | 1001 | 11011 | 1 | 100111 | 1011110 | 1010110 |
Color Harmonies of #FDE5B9
Complementary color
Monochromatic Colors of #FDE5B9
Black with #FDE5B9
Text Example
Text Example
White with #FDE5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE5B9; }
p { color: rgb(253,229,185); }
H1.HeaderClassName
{
color: #FDE5B9;
}
.AnyTagClassName
{
color: #FDE5B9;
}
</style>
background-color css
<style>
a { background-color: #FDE5B9; }
a { background-color: rgb(253,229,185); }
div.DivClassName
{
background-color: #FDE5B9;
}
.BgClassName
{
background-color: #FDE5B9;
}
</style>
border-color css
<style>
span { border-color: #FDE5B9; }
span { border-color: rgb(253,229,185); }
td.TdClassName
{
border-color: #FDE5B9;
}
.TagClassName
{
border-color: #FDE5B9;
}
</style>