Shades of Moccasin #FDE0B6
Tints of Moccasin #FDE0B6
RGB
CMYK
RGB Variations
Color information
#FDE0B6 (or 0xFDE0B6) is known color: Moccasin. HEX triplet: FD, E0 and B6. RGB value is (253,224,182). Sum of RGB (Red+Green+Blue) = 253+224+182=659 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.39% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 182 (71.48% from 255 or 27.62% from 659); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0B6 is #021F49. Grayscale: #E4E4E4. Windows color (decimal): -139082 or 11985149. OLE color: 11985149.
HSL color Cylindrical-coordinate representation of color #FDE0B6: hue angle of 35.49º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDE0B6 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 182 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.01 |
| HSL | 35.49º | 0.95% | 0.85% | - |
| HSV(B) | 35.49º | 0.28% | 0.99% | - |
| XYZ | 75.61 | 77.57 | 55.24 | - |
| YUV | 227.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 182 | 0 | 0.11 | 0.28 | 0.01 | 35.49 | 0.95 | 0.85 |
| Hex | FD | E0 | B6 | 0 | B | 1C | 1 | 23 | 5F | 55 |
| Octal | 375 | 340 | 266 | 0 | 13 | 34 | 1 | 43 | 137 | 125 |
| Binary | 11111101 | 11100000 | 10110110 | 0 | 1011 | 11100 | 1 | 100011 | 1011111 | 1010101 |
Color Harmonies of #FDE0B6
Complementary color
Monochromatic Colors of #FDE0B6
Black with #FDE0B6
Text Example
Text Example
White with #FDE0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0B6; }
p { color: rgb(253,224,182); }
H1.HeaderClassName
{
color: #FDE0B6;
}
.AnyTagClassName
{
color: #FDE0B6;
}
</style>
background-color css
<style>
a { background-color: #FDE0B6; }
a { background-color: rgb(253,224,182); }
div.DivClassName
{
background-color: #FDE0B6;
}
.BgClassName
{
background-color: #FDE0B6;
}
</style>
border-color css
<style>
span { border-color: #FDE0B6; }
span { border-color: rgb(253,224,182); }
td.TdClassName
{
border-color: #FDE0B6;
}
.TagClassName
{
border-color: #FDE0B6;
}
</style>