Shades of Moccasin #FDE3BA
Tints of Moccasin #FDE3BA
RGB
CMYK
RGB Variations
Color information
#FDE3BA (or 0xFDE3BA) is known color: Moccasin. HEX triplet: FD, E3 and BA. RGB value is (253,227,186). Sum of RGB (Red+Green+Blue) = 253+227+186=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3BA is #021C45. Grayscale: #E6E6E6. Windows color (decimal): -138310 or 12248061. OLE color: 12248061.
HSL color Cylindrical-coordinate representation of color #FDE3BA: hue angle of 36.72º 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 #FDE3BA is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 186 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.01 |
| HSL | 36.72º | 0.94% | 0.86% | - |
| HSV(B) | 36.72º | 0.26% | 0.99% | - |
| XYZ | 76.84 | 79.37 | 57.72 | - |
| YUV | 230.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 186 | 0 | 0.10 | 0.26 | 0.01 | 36.72 | 0.94 | 0.86 |
| Hex | FD | E3 | BA | 0 | A | 1A | 1 | 25 | 5E | 56 |
| Octal | 375 | 343 | 272 | 0 | 12 | 32 | 1 | 45 | 136 | 126 |
| Binary | 11111101 | 11100011 | 10111010 | 0 | 1010 | 11010 | 1 | 100101 | 1011110 | 1010110 |
Color Harmonies of #FDE3BA
Complementary color
Monochromatic Colors of #FDE3BA
Black with #FDE3BA
Text Example
Text Example
White with #FDE3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE3BA; }
p { color: rgb(253,227,186); }
H1.HeaderClassName
{
color: #FDE3BA;
}
.AnyTagClassName
{
color: #FDE3BA;
}
</style>
background-color css
<style>
a { background-color: #FDE3BA; }
a { background-color: rgb(253,227,186); }
div.DivClassName
{
background-color: #FDE3BA;
}
.BgClassName
{
background-color: #FDE3BA;
}
</style>
border-color css
<style>
span { border-color: #FDE3BA; }
span { border-color: rgb(253,227,186); }
td.TdClassName
{
border-color: #FDE3BA;
}
.TagClassName
{
border-color: #FDE3BA;
}
</style>