Shades of Moccasin #FDE2B2
Tints of Moccasin #FDE2B2
RGB
CMYK
RGB Variations
Color information
#FDE2B2 (or 0xFDE2B2) is known color: Moccasin. HEX triplet: FD, E2 and B2. RGB value is (253,226,178). Sum of RGB (Red+Green+Blue) = 253+226+178=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 178 (69.92% from 255 or 27.09% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE2B2 is #021D4D. Grayscale: #E4E4E4. Windows color (decimal): -138574 or 11723517. OLE color: 11723517.
HSL color Cylindrical-coordinate representation of color #FDE2B2: hue angle of 38.4º 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 #FDE2B2 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 178 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.01 |
| HSL | 38.4º | 0.95% | 0.85% | - |
| HSV(B) | 38.4º | 0.3% | 0.99% | - |
| XYZ | 75.74 | 78.49 | 53.28 | - |
| YUV | 228.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 178 | 0 | 0.11 | 0.30 | 0.01 | 38.4 | 0.95 | 0.85 |
| Hex | FD | E2 | B2 | 0 | B | 1E | 1 | 26 | 5F | 55 |
| Octal | 375 | 342 | 262 | 0 | 13 | 36 | 1 | 46 | 137 | 125 |
| Binary | 11111101 | 11100010 | 10110010 | 0 | 1011 | 11110 | 1 | 100110 | 1011111 | 1010101 |
Color Harmonies of #FDE2B2
Complementary color
Monochromatic Colors of #FDE2B2
Black with #FDE2B2
Text Example
Text Example
White with #FDE2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE2B2; }
p { color: rgb(253,226,178); }
H1.HeaderClassName
{
color: #FDE2B2;
}
.AnyTagClassName
{
color: #FDE2B2;
}
</style>
background-color css
<style>
a { background-color: #FDE2B2; }
a { background-color: rgb(253,226,178); }
div.DivClassName
{
background-color: #FDE2B2;
}
.BgClassName
{
background-color: #FDE2B2;
}
</style>
border-color css
<style>
span { border-color: #FDE2B2; }
span { border-color: rgb(253,226,178); }
td.TdClassName
{
border-color: #FDE2B2;
}
.TagClassName
{
border-color: #FDE2B2;
}
</style>