Shades of Moccasin #FCE5BD
Tints of Moccasin #FCE5BD
RGB
CMYK
RGB Variations
Color information
#FCE5BD (or 0xFCE5BD) is known color: Moccasin. HEX triplet: FC, E5 and BD. RGB value is (252,229,189). Sum of RGB (Red+Green+Blue) = 252+229+189=670 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.61% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 189 (74.22% from 255 or 28.21% from 670); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE5BD is #031A42. Grayscale: #E7E7E7. Windows color (decimal): -203331 or 12445180. OLE color: 12445180.
HSL color Cylindrical-coordinate representation of color #FCE5BD: hue angle of 38.1º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCE5BD is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 189 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.01 |
| HSL | 38.1º | 0.91% | 0.86% | - |
| HSV(B) | 38.1º | 0.25% | 0.99% | - |
| XYZ | 77.35 | 80.41 | 59.59 | - |
| YUV | 231.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 189 | 0 | 0.09 | 0.25 | 0.01 | 38.1 | 0.91 | 0.86 |
| Hex | FC | E5 | BD | 0 | 9 | 19 | 1 | 26 | 5B | 56 |
| Octal | 374 | 345 | 275 | 0 | 11 | 31 | 1 | 46 | 133 | 126 |
| Binary | 11111100 | 11100101 | 10111101 | 0 | 1001 | 11001 | 1 | 100110 | 1011011 | 1010110 |
Color Harmonies of #FCE5BD
Complementary color
Monochromatic Colors of #FCE5BD
Black with #FCE5BD
Text Example
Text Example
White with #FCE5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE5BD; }
p { color: rgb(252,229,189); }
H1.HeaderClassName
{
color: #FCE5BD;
}
.AnyTagClassName
{
color: #FCE5BD;
}
</style>
background-color css
<style>
a { background-color: #FCE5BD; }
a { background-color: rgb(252,229,189); }
div.DivClassName
{
background-color: #FCE5BD;
}
.BgClassName
{
background-color: #FCE5BD;
}
</style>
border-color css
<style>
span { border-color: #FCE5BD; }
span { border-color: rgb(252,229,189); }
td.TdClassName
{
border-color: #FCE5BD;
}
.TagClassName
{
border-color: #FCE5BD;
}
</style>