Shades of Moccasin #FDE2B1
Tints of Moccasin #FDE2B1
RGB
CMYK
RGB Variations
Color information
#FDE2B1 (or 0xFDE2B1) is known color: Moccasin. HEX triplet: FD, E2 and B1. RGB value is (253,226,177). Sum of RGB (Red+Green+Blue) = 253+226+177=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 226 (88.67% from 255 or 34.45% from 656); Blue value is 177 (69.53% from 255 or 26.98% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE2B1 is #021D4E. Grayscale: #E4E4E4. Windows color (decimal): -138575 or 11657981. OLE color: 11657981.
HSL color Cylindrical-coordinate representation of color #FDE2B1: hue angle of 38.68º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDE2B1 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 177 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.01 |
| HSL | 38.68º | 0.95% | 0.84% | - |
| HSV(B) | 38.68º | 0.3% | 0.99% | - |
| XYZ | 75.64 | 78.45 | 52.75 | - |
| YUV | 228.49 | 98.95 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 177 | 0 | 0.11 | 0.30 | 0.01 | 38.68 | 0.95 | 0.84 |
| Hex | FD | E2 | B1 | 0 | B | 1E | 1 | 27 | 5F | 54 |
| Octal | 375 | 342 | 261 | 0 | 13 | 36 | 1 | 47 | 137 | 124 |
| Binary | 11111101 | 11100010 | 10110001 | 0 | 1011 | 11110 | 1 | 100111 | 1011111 | 1010100 |
Color Harmonies of #FDE2B1
Complementary color
Monochromatic Colors of #FDE2B1
Black with #FDE2B1
Text Example
Text Example
White with #FDE2B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2B1; }
p { color: rgb(253,226,177); }
H1.HeaderClassName
{
color: #FDE2B1;
}
.AnyTagClassName
{
color: #FDE2B1;
}
</style>
background-color css
<style>
a { background-color: #FDE2B1; }
a { background-color: rgb(253,226,177); }
div.DivClassName
{
background-color: #FDE2B1;
}
.BgClassName
{
background-color: #FDE2B1;
}
</style>
border-color css
<style>
span { border-color: #FDE2B1; }
span { border-color: rgb(253,226,177); }
td.TdClassName
{
border-color: #FDE2B1;
}
.TagClassName
{
border-color: #FDE2B1;
}
</style>