Shades of Moccasin #FDE1B3
Tints of Moccasin #FDE1B3
RGB
CMYK
RGB Variations
Color information
#FDE1B3 (or 0xFDE1B3) is known color: Moccasin. HEX triplet: FD, E1 and B3. RGB value is (253,225,179). Sum of RGB (Red+Green+Blue) = 253+225+179=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 179 (70.31% from 255 or 27.25% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1B3 is #021E4C. Grayscale: #E4E4E4. Windows color (decimal): -138829 or 11788797. OLE color: 11788797.
HSL color Cylindrical-coordinate representation of color #FDE1B3: hue angle of 37.3º 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 #FDE1B3 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 225 | 179 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.01 |
| HSL | 37.3º | 0.95% | 0.85% | - |
| HSV(B) | 37.3º | 0.29% | 0.99% | - |
| XYZ | 75.57 | 77.99 | 53.72 | - |
| YUV | 228.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 225 | 179 | 0 | 0.11 | 0.29 | 0.01 | 37.3 | 0.95 | 0.85 |
| Hex | FD | E1 | B3 | 0 | B | 1D | 1 | 25 | 5F | 55 |
| Octal | 375 | 341 | 263 | 0 | 13 | 35 | 1 | 45 | 137 | 125 |
| Binary | 11111101 | 11100001 | 10110011 | 0 | 1011 | 11101 | 1 | 100101 | 1011111 | 1010101 |
Color Harmonies of #FDE1B3
Complementary color
Monochromatic Colors of #FDE1B3
Black with #FDE1B3
Text Example
Text Example
White with #FDE1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE1B3; }
p { color: rgb(253,225,179); }
H1.HeaderClassName
{
color: #FDE1B3;
}
.AnyTagClassName
{
color: #FDE1B3;
}
</style>
background-color css
<style>
a { background-color: #FDE1B3; }
a { background-color: rgb(253,225,179); }
div.DivClassName
{
background-color: #FDE1B3;
}
.BgClassName
{
background-color: #FDE1B3;
}
</style>
border-color css
<style>
span { border-color: #FDE1B3; }
span { border-color: rgb(253,225,179); }
td.TdClassName
{
border-color: #FDE1B3;
}
.TagClassName
{
border-color: #FDE1B3;
}
</style>