Shades of Moccasin #FCE4BD
Tints of Moccasin #FCE4BD
RGB
CMYK
RGB Variations
Color information
#FCE4BD (or 0xFCE4BD) is known color: Moccasin. HEX triplet: FC, E4 and BD. RGB value is (252,228,189). Sum of RGB (Red+Green+Blue) = 252+228+189=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 189 (74.22% from 255 or 28.25% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE4BD is #031B42. Grayscale: #E6E6E6. Windows color (decimal): -203587 or 12444924. OLE color: 12444924.
HSL color Cylindrical-coordinate representation of color #FCE4BD: hue angle of 37.14º 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 #FCE4BD is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 189 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.01 |
| HSL | 37.14º | 0.91% | 0.86% | - |
| HSV(B) | 37.14º | 0.25% | 0.99% | - |
| XYZ | 77.07 | 79.86 | 59.5 | - |
| YUV | 230.73 | 104.45 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 189 | 0 | 0.10 | 0.25 | 0.01 | 37.14 | 0.91 | 0.86 |
| Hex | FC | E4 | BD | 0 | A | 19 | 1 | 25 | 5B | 56 |
| Octal | 374 | 344 | 275 | 0 | 12 | 31 | 1 | 45 | 133 | 126 |
| Binary | 11111100 | 11100100 | 10111101 | 0 | 1010 | 11001 | 1 | 100101 | 1011011 | 1010110 |
Color Harmonies of #FCE4BD
Complementary color
Monochromatic Colors of #FCE4BD
Black with #FCE4BD
Text Example
Text Example
White with #FCE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE4BD; }
p { color: rgb(252,228,189); }
H1.HeaderClassName
{
color: #FCE4BD;
}
.AnyTagClassName
{
color: #FCE4BD;
}
</style>
background-color css
<style>
a { background-color: #FCE4BD; }
a { background-color: rgb(252,228,189); }
div.DivClassName
{
background-color: #FCE4BD;
}
.BgClassName
{
background-color: #FCE4BD;
}
</style>
border-color css
<style>
span { border-color: #FCE4BD; }
span { border-color: rgb(252,228,189); }
td.TdClassName
{
border-color: #FCE4BD;
}
.TagClassName
{
border-color: #FCE4BD;
}
</style>