Shades of Remy #FCE1DC
Tints of Remy #FCE1DC
RGB
CMYK
RGB Variations
Color information
#FCE1DC (or 0xFCE1DC) is known color: Remy. HEX triplet: FC, E1 and DC. RGB value is (252,225,220). Sum of RGB (Red+Green+Blue) = 252+225+220=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 225 (88.28% from 255 or 32.28% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE1DC is #031E23. Grayscale: #E8E8E8. Windows color (decimal): -204324 or 14475772. OLE color: 14475772.
HSL color Cylindrical-coordinate representation of color #FCE1DC: hue angle of 9.38º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCE1DC is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 220 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.01 |
| HSL | 9.38º | 0.84% | 0.93% | - |
| HSV(B) | 9.38º | 0.13% | 0.99% | - |
| XYZ | 79.99 | 79.71 | 78.88 | - |
| YUV | 232.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 220 | 0 | 0.11 | 0.13 | 0.01 | 9.38 | 0.84 | 0.93 |
| Hex | FC | E1 | DC | 0 | B | D | 1 | 9 | 54 | 5D |
| Octal | 374 | 341 | 334 | 0 | 13 | 15 | 1 | 11 | 124 | 135 |
| Binary | 11111100 | 11100001 | 11011100 | 0 | 1011 | 1101 | 1 | 1001 | 1010100 | 1011101 |
Color Harmonies of #FCE1DC
Complementary color
Monochromatic Colors of #FCE1DC
Black with #FCE1DC
Text Example
Text Example
White with #FCE1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE1DC; }
p { color: rgb(252,225,220); }
H1.HeaderClassName
{
color: #FCE1DC;
}
.AnyTagClassName
{
color: #FCE1DC;
}
</style>
background-color css
<style>
a { background-color: #FCE1DC; }
a { background-color: rgb(252,225,220); }
div.DivClassName
{
background-color: #FCE1DC;
}
.BgClassName
{
background-color: #FCE1DC;
}
</style>
border-color css
<style>
span { border-color: #FCE1DC; }
span { border-color: rgb(252,225,220); }
td.TdClassName
{
border-color: #FCE1DC;
}
.TagClassName
{
border-color: #FCE1DC;
}
</style>