Shades of Moccasin #FDE1B9
Tints of Moccasin #FDE1B9
RGB
CMYK
RGB Variations
Color information
#FDE1B9 (or 0xFDE1B9) is known color: Moccasin. HEX triplet: FD, E1 and B9. RGB value is (253,225,185). Sum of RGB (Red+Green+Blue) = 253+225+185=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 185 (72.66% from 255 or 27.90% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1B9 is #021E46. Grayscale: #E4E4E4. Windows color (decimal): -138823 or 12182013. OLE color: 12182013.
HSL color Cylindrical-coordinate representation of color #FDE1B9: hue angle of 35.29º 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 #FDE1B9 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 185 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.01 |
| HSL | 35.29º | 0.94% | 0.86% | - |
| HSV(B) | 35.29º | 0.27% | 0.99% | - |
| XYZ | 76.19 | 78.24 | 56.98 | - |
| YUV | 228.81 | 103.28 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 185 | 0 | 0.11 | 0.27 | 0.01 | 35.29 | 0.94 | 0.86 |
| Hex | FD | E1 | B9 | 0 | B | 1B | 1 | 23 | 5E | 56 |
| Octal | 375 | 341 | 271 | 0 | 13 | 33 | 1 | 43 | 136 | 126 |
| Binary | 11111101 | 11100001 | 10111001 | 0 | 1011 | 11011 | 1 | 100011 | 1011110 | 1010110 |
Color Harmonies of #FDE1B9
Complementary color
Monochromatic Colors of #FDE1B9
Black with #FDE1B9
Text Example
Text Example
White with #FDE1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1B9; }
p { color: rgb(253,225,185); }
H1.HeaderClassName
{
color: #FDE1B9;
}
.AnyTagClassName
{
color: #FDE1B9;
}
</style>
background-color css
<style>
a { background-color: #FDE1B9; }
a { background-color: rgb(253,225,185); }
div.DivClassName
{
background-color: #FDE1B9;
}
.BgClassName
{
background-color: #FDE1B9;
}
</style>
border-color css
<style>
span { border-color: #FDE1B9; }
span { border-color: rgb(253,225,185); }
td.TdClassName
{
border-color: #FDE1B9;
}
.TagClassName
{
border-color: #FDE1B9;
}
</style>