Shades of Moccasin #FDE1B4
Tints of Moccasin #FDE1B4
RGB
CMYK
RGB Variations
Color information
#FDE1B4 (or 0xFDE1B4) is known color: Moccasin. HEX triplet: FD, E1 and B4. RGB value is (253,225,180). Sum of RGB (Red+Green+Blue) = 253+225+180=658 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.45% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 180 (70.70% from 255 or 27.36% from 658); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1B4 is #021E4B. Grayscale: #E4E4E4. Windows color (decimal): -138828 or 11854333. OLE color: 11854333.
HSL color Cylindrical-coordinate representation of color #FDE1B4: hue angle of 36.99º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FDE1B4 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 180 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.01 |
| HSL | 36.99º | 0.95% | 0.85% | - |
| HSV(B) | 36.99º | 0.29% | 0.99% | - |
| XYZ | 75.67 | 78.03 | 54.25 | - |
| YUV | 228.24 | 100.78 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 180 | 0 | 0.11 | 0.29 | 0.01 | 36.99 | 0.95 | 0.85 |
| Hex | FD | E1 | B4 | 0 | B | 1D | 1 | 25 | 5F | 55 |
| Octal | 375 | 341 | 264 | 0 | 13 | 35 | 1 | 45 | 137 | 125 |
| Binary | 11111101 | 11100001 | 10110100 | 0 | 1011 | 11101 | 1 | 100101 | 1011111 | 1010101 |
Color Harmonies of #FDE1B4
Complementary color
Monochromatic Colors of #FDE1B4
Black with #FDE1B4
Text Example
Text Example
White with #FDE1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1B4; }
p { color: rgb(253,225,180); }
H1.HeaderClassName
{
color: #FDE1B4;
}
.AnyTagClassName
{
color: #FDE1B4;
}
</style>
background-color css
<style>
a { background-color: #FDE1B4; }
a { background-color: rgb(253,225,180); }
div.DivClassName
{
background-color: #FDE1B4;
}
.BgClassName
{
background-color: #FDE1B4;
}
</style>
border-color css
<style>
span { border-color: #FDE1B4; }
span { border-color: rgb(253,225,180); }
td.TdClassName
{
border-color: #FDE1B4;
}
.TagClassName
{
border-color: #FDE1B4;
}
</style>