Shades of Remy #FCDCD9
Tints of Remy #FCDCD9
RGB
CMYK
RGB Variations
Color information
#FCDCD9 (or 0xFCDCD9) is known color: Remy. HEX triplet: FC, DC and D9. RGB value is (252,220,217). Sum of RGB (Red+Green+Blue) = 252+220+217=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 217 (85.16% from 255 or 31.49% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDCD9 is #032326. Grayscale: #E5E5E5. Windows color (decimal): -205607 or 14277884. OLE color: 14277884.
HSL color Cylindrical-coordinate representation of color #FCDCD9: hue angle of 5.14º degrees, saturation: 0.85, 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 #FCDCD9 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 220 | 217 | - |
CMYK | 0 | 0.13 | 0.14 | 0.01 |
HSL | 5.14º | 0.85% | 0.92% | - |
HSV(B) | 5.14º | 0.14% | 0.99% | - |
XYZ | 78.26 | 76.89 | 76.36 | - |
YUV | 229.23 | 121.1 | 144.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 220 | 217 | 0 | 0.13 | 0.14 | 0.01 | 5.14 | 0.85 | 0.92 |
Hex | FC | DC | D9 | 0 | D | E | 1 | 5 | 55 | 5C |
Octal | 374 | 334 | 331 | 0 | 15 | 16 | 1 | 5 | 125 | 134 |
Binary | 11111100 | 11011100 | 11011001 | 0 | 1101 | 1110 | 1 | 101 | 1010101 | 1011100 |
Color Harmonies of #FCDCD9
Complementary color
Monochromatic Colors of #FCDCD9
Black with #FCDCD9
Text Example
Text Example
White with #FCDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDCD9; }
p { color: rgb(252,220,217); }
H1.HeaderClassName
{
color: #FCDCD9;
}
.AnyTagClassName
{
color: #FCDCD9;
}
</style>
background-color css
<style>
a { background-color: #FCDCD9; }
a { background-color: rgb(252,220,217); }
div.DivClassName
{
background-color: #FCDCD9;
}
.BgClassName
{
background-color: #FCDCD9;
}
</style>
border-color css
<style>
span { border-color: #FCDCD9; }
span { border-color: rgb(252,220,217); }
td.TdClassName
{
border-color: #FCDCD9;
}
.TagClassName
{
border-color: #FCDCD9;
}
</style>