Shades of Moccasin #FDE8BD
Tints of Moccasin #FDE8BD
RGB
CMYK
RGB Variations
Color information
#FDE8BD (or 0xFDE8BD) is known color: Moccasin. HEX triplet: FD, E8 and BD. RGB value is (253,232,189). Sum of RGB (Red+Green+Blue) = 253+232+189=674 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.54% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 189 (74.22% from 255 or 28.04% from 674); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8BD is #021742. Grayscale: #E9E9E9. Windows color (decimal): -137027 or 12445949. OLE color: 12445949.
HSL color Cylindrical-coordinate representation of color #FDE8BD: hue angle of 40.31º 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 #FDE8BD is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 189 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.01 |
| HSL | 40.31º | 0.94% | 0.87% | - |
| HSV(B) | 40.31º | 0.25% | 0.99% | - |
| XYZ | 78.55 | 82.27 | 59.88 | - |
| YUV | 233.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 189 | 0 | 0.08 | 0.25 | 0.01 | 40.31 | 0.94 | 0.87 |
| Hex | FD | E8 | BD | 0 | 8 | 19 | 1 | 28 | 5E | 57 |
| Octal | 375 | 350 | 275 | 0 | 10 | 31 | 1 | 50 | 136 | 127 |
| Binary | 11111101 | 11101000 | 10111101 | 0 | 1000 | 11001 | 1 | 101000 | 1011110 | 1010111 |
Color Harmonies of #FDE8BD
Complementary color
Monochromatic Colors of #FDE8BD
Black with #FDE8BD
Text Example
Text Example
White with #FDE8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE8BD; }
p { color: rgb(253,232,189); }
H1.HeaderClassName
{
color: #FDE8BD;
}
.AnyTagClassName
{
color: #FDE8BD;
}
</style>
background-color css
<style>
a { background-color: #FDE8BD; }
a { background-color: rgb(253,232,189); }
div.DivClassName
{
background-color: #FDE8BD;
}
.BgClassName
{
background-color: #FDE8BD;
}
</style>
border-color css
<style>
span { border-color: #FDE8BD; }
span { border-color: rgb(253,232,189); }
td.TdClassName
{
border-color: #FDE8BD;
}
.TagClassName
{
border-color: #FDE8BD;
}
</style>