Shades of Moccasin #FDE0B3
Tints of Moccasin #FDE0B3
RGB
CMYK
RGB Variations
Color information
#FDE0B3 (or 0xFDE0B3) is known color: Moccasin. HEX triplet: FD, E0 and B3. RGB value is (253,224,179). Sum of RGB (Red+Green+Blue) = 253+224+179=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 179 (70.31% from 255 or 27.29% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE0B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE0B3 is #021F4C. Grayscale: #E3E3E3. Windows color (decimal): -139085 or 11788541. OLE color: 11788541.
HSL color Cylindrical-coordinate representation of color #FDE0B3: hue angle of 36.49º 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 #FDE0B3 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 224 | 179 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.01 |
| HSL | 36.49º | 0.95% | 0.85% | - |
| HSV(B) | 36.49º | 0.29% | 0.99% | - |
| XYZ | 75.3 | 77.45 | 53.63 | - |
| YUV | 227.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 224 | 179 | 0 | 0.11 | 0.29 | 0.01 | 36.49 | 0.95 | 0.85 |
| Hex | FD | E0 | B3 | 0 | B | 1D | 1 | 24 | 5F | 55 |
| Octal | 375 | 340 | 263 | 0 | 13 | 35 | 1 | 44 | 137 | 125 |
| Binary | 11111101 | 11100000 | 10110011 | 0 | 1011 | 11101 | 1 | 100100 | 1011111 | 1010101 |
Color Harmonies of #FDE0B3
Complementary color
Monochromatic Colors of #FDE0B3
Black with #FDE0B3
Text Example
Text Example
White with #FDE0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE0B3; }
p { color: rgb(253,224,179); }
H1.HeaderClassName
{
color: #FDE0B3;
}
.AnyTagClassName
{
color: #FDE0B3;
}
</style>
background-color css
<style>
a { background-color: #FDE0B3; }
a { background-color: rgb(253,224,179); }
div.DivClassName
{
background-color: #FDE0B3;
}
.BgClassName
{
background-color: #FDE0B3;
}
</style>
border-color css
<style>
span { border-color: #FDE0B3; }
span { border-color: rgb(253,224,179); }
td.TdClassName
{
border-color: #FDE0B3;
}
.TagClassName
{
border-color: #FDE0B3;
}
</style>