Shades of Moccasin #FDE4B8
Tints of Moccasin #FDE4B8
RGB
CMYK
RGB Variations
Color information
#FDE4B8 (or 0xFDE4B8) is known color: Moccasin. HEX triplet: FD, E4 and B8. RGB value is (253,228,184). Sum of RGB (Red+Green+Blue) = 253+228+184=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 184 (72.27% from 255 or 27.67% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4B8 is #021B47. Grayscale: #E6E6E6. Windows color (decimal): -138056 or 12117245. OLE color: 12117245.
HSL color Cylindrical-coordinate representation of color #FDE4B8: hue angle of 38.26º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FDE4B8 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 184 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.01 |
| HSL | 38.26º | 0.95% | 0.86% | - |
| HSV(B) | 38.26º | 0.27% | 0.99% | - |
| XYZ | 76.9 | 79.83 | 56.7 | - |
| YUV | 230.46 | 101.78 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 184 | 0 | 0.10 | 0.27 | 0.01 | 38.26 | 0.95 | 0.86 |
| Hex | FD | E4 | B8 | 0 | A | 1B | 1 | 26 | 5F | 56 |
| Octal | 375 | 344 | 270 | 0 | 12 | 33 | 1 | 46 | 137 | 126 |
| Binary | 11111101 | 11100100 | 10111000 | 0 | 1010 | 11011 | 1 | 100110 | 1011111 | 1010110 |
Color Harmonies of #FDE4B8
Complementary color
Monochromatic Colors of #FDE4B8
Black with #FDE4B8
Text Example
Text Example
White with #FDE4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE4B8; }
p { color: rgb(253,228,184); }
H1.HeaderClassName
{
color: #FDE4B8;
}
.AnyTagClassName
{
color: #FDE4B8;
}
</style>
background-color css
<style>
a { background-color: #FDE4B8; }
a { background-color: rgb(253,228,184); }
div.DivClassName
{
background-color: #FDE4B8;
}
.BgClassName
{
background-color: #FDE4B8;
}
</style>
border-color css
<style>
span { border-color: #FDE4B8; }
span { border-color: rgb(253,228,184); }
td.TdClassName
{
border-color: #FDE4B8;
}
.TagClassName
{
border-color: #FDE4B8;
}
</style>