Shades of Moccasin #FDE4BA
Tints of Moccasin #FDE4BA
RGB
CMYK
RGB Variations
Color information
#FDE4BA (or 0xFDE4BA) is known color: Moccasin. HEX triplet: FD, E4 and BA. RGB value is (253,228,186). Sum of RGB (Red+Green+Blue) = 253+228+186=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 228 (89.45% from 255 or 34.18% from 667); Blue value is 186 (73.05% from 255 or 27.89% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4BA is #021B45. Grayscale: #E6E6E6. Windows color (decimal): -138054 or 12248317. OLE color: 12248317.
HSL color Cylindrical-coordinate representation of color #FDE4BA: hue angle of 37.61º 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 #FDE4BA is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 186 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.01 |
| HSL | 37.61º | 0.94% | 0.86% | - |
| HSV(B) | 37.61º | 0.26% | 0.99% | - |
| XYZ | 77.11 | 79.91 | 57.82 | - |
| YUV | 230.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 186 | 0 | 0.10 | 0.26 | 0.01 | 37.61 | 0.94 | 0.86 |
| Hex | FD | E4 | BA | 0 | A | 1A | 1 | 26 | 5E | 56 |
| Octal | 375 | 344 | 272 | 0 | 12 | 32 | 1 | 46 | 136 | 126 |
| Binary | 11111101 | 11100100 | 10111010 | 0 | 1010 | 11010 | 1 | 100110 | 1011110 | 1010110 |
Color Harmonies of #FDE4BA
Complementary color
Monochromatic Colors of #FDE4BA
Black with #FDE4BA
Text Example
Text Example
White with #FDE4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4BA; }
p { color: rgb(253,228,186); }
H1.HeaderClassName
{
color: #FDE4BA;
}
.AnyTagClassName
{
color: #FDE4BA;
}
</style>
background-color css
<style>
a { background-color: #FDE4BA; }
a { background-color: rgb(253,228,186); }
div.DivClassName
{
background-color: #FDE4BA;
}
.BgClassName
{
background-color: #FDE4BA;
}
</style>
border-color css
<style>
span { border-color: #FDE4BA; }
span { border-color: rgb(253,228,186); }
td.TdClassName
{
border-color: #FDE4BA;
}
.TagClassName
{
border-color: #FDE4BA;
}
</style>