Shades of Remy #FCDCD8
Tints of Remy #FCDCD8
RGB
CMYK
RGB Variations
Color information
#FCDCD8 (or 0xFCDCD8) is known color: Remy. HEX triplet: FC, DC and D8. RGB value is (252,220,216). Sum of RGB (Red+Green+Blue) = 252+220+216=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 220 (86.33% from 255 or 31.98% from 688); Blue value is 216 (84.77% from 255 or 31.40% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCD8 is #032327. Grayscale: #E5E5E5. Windows color (decimal): -205608 or 14212348. OLE color: 14212348.
HSL color Cylindrical-coordinate representation of color #FCDCD8: hue angle of 6.67º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCDCD8 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 216 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.01 |
| HSL | 6.67º | 0.86% | 0.92% | - |
| HSV(B) | 6.67º | 0.14% | 0.99% | - |
| XYZ | 78.13 | 76.84 | 75.68 | - |
| YUV | 229.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 216 | 0 | 0.13 | 0.14 | 0.01 | 6.67 | 0.86 | 0.92 |
| Hex | FC | DC | D8 | 0 | D | E | 1 | 7 | 56 | 5C |
| Octal | 374 | 334 | 330 | 0 | 15 | 16 | 1 | 7 | 126 | 134 |
| Binary | 11111100 | 11011100 | 11011000 | 0 | 1101 | 1110 | 1 | 111 | 1010110 | 1011100 |
Color Harmonies of #FCDCD8
Complementary color
Monochromatic Colors of #FCDCD8
Black with #FCDCD8
Text Example
Text Example
White with #FCDCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCD8; }
p { color: rgb(252,220,216); }
H1.HeaderClassName
{
color: #FCDCD8;
}
.AnyTagClassName
{
color: #FCDCD8;
}
</style>
background-color css
<style>
a { background-color: #FCDCD8; }
a { background-color: rgb(252,220,216); }
div.DivClassName
{
background-color: #FCDCD8;
}
.BgClassName
{
background-color: #FCDCD8;
}
</style>
border-color css
<style>
span { border-color: #FCDCD8; }
span { border-color: rgb(252,220,216); }
td.TdClassName
{
border-color: #FCDCD8;
}
.TagClassName
{
border-color: #FCDCD8;
}
</style>