Shades of Moccasin #FDE0B2
Tints of Moccasin #FDE0B2
RGB
CMYK
RGB Variations
Color information
#FDE0B2 (or 0xFDE0B2) is known color: Moccasin. HEX triplet: FD, E0 and B2. RGB value is (253,224,178). Sum of RGB (Red+Green+Blue) = 253+224+178=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 178 (69.92% from 255 or 27.18% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE0B2 is #021F4D. Grayscale: #E3E3E3. Windows color (decimal): -139086 or 11723005. OLE color: 11723005.
HSL color Cylindrical-coordinate representation of color #FDE0B2: hue angle of 36.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDE0B2 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 178 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.01 |
| HSL | 36.8º | 0.95% | 0.85% | - |
| HSV(B) | 36.8º | 0.3% | 0.99% | - |
| XYZ | 75.2 | 77.41 | 53.1 | - |
| YUV | 227.43 | 100.11 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 178 | 0 | 0.11 | 0.30 | 0.01 | 36.8 | 0.95 | 0.85 |
| Hex | FD | E0 | B2 | 0 | B | 1E | 1 | 25 | 5F | 55 |
| Octal | 375 | 340 | 262 | 0 | 13 | 36 | 1 | 45 | 137 | 125 |
| Binary | 11111101 | 11100000 | 10110010 | 0 | 1011 | 11110 | 1 | 100101 | 1011111 | 1010101 |
Color Harmonies of #FDE0B2
Complementary color
Monochromatic Colors of #FDE0B2
Black with #FDE0B2
Text Example
Text Example
White with #FDE0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0B2; }
p { color: rgb(253,224,178); }
H1.HeaderClassName
{
color: #FDE0B2;
}
.AnyTagClassName
{
color: #FDE0B2;
}
</style>
background-color css
<style>
a { background-color: #FDE0B2; }
a { background-color: rgb(253,224,178); }
div.DivClassName
{
background-color: #FDE0B2;
}
.BgClassName
{
background-color: #FDE0B2;
}
</style>
border-color css
<style>
span { border-color: #FDE0B2; }
span { border-color: rgb(253,224,178); }
td.TdClassName
{
border-color: #FDE0B2;
}
.TagClassName
{
border-color: #FDE0B2;
}
</style>