Shades of Remy #FCDFDC
Tints of Remy #FCDFDC
RGB
CMYK
RGB Variations
Color information
#FCDFDC (or 0xFCDFDC) is known color: Remy. HEX triplet: FC, DF and DC. RGB value is (252,223,220). Sum of RGB (Red+Green+Blue) = 252+223+220=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 223 (87.5% from 255 or 32.09% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDFDC is #032023. Grayscale: #E7E7E7. Windows color (decimal): -204836 or 14475260. OLE color: 14475260.
HSL color Cylindrical-coordinate representation of color #FCDFDC: hue angle of 5.62º 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 #FCDFDC is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 223 | 220 | - |
CMYK | 0 | 0.12 | 0.13 | 0.01 |
HSL | 5.63º | 0.84% | 0.93% | - |
HSV(B) | 5.63º | 0.13% | 0.99% | - |
XYZ | 79.45 | 78.64 | 78.7 | - |
YUV | 231.33 | 121.61 | 142.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 223 | 220 | 0 | 0.12 | 0.13 | 0.01 | 5.63 | 0.84 | 0.93 |
Hex | FC | DF | DC | 0 | C | D | 1 | 6 | 54 | 5D |
Octal | 374 | 337 | 334 | 0 | 14 | 15 | 1 | 6 | 124 | 135 |
Binary | 11111100 | 11011111 | 11011100 | 0 | 1100 | 1101 | 1 | 110 | 1010100 | 1011101 |
Color Harmonies of #FCDFDC
Complementary color
Monochromatic Colors of #FCDFDC
Black with #FCDFDC
Text Example
Text Example
White with #FCDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFDC; }
p { color: rgb(252,223,220); }
H1.HeaderClassName
{
color: #FCDFDC;
}
.AnyTagClassName
{
color: #FCDFDC;
}
</style>
background-color css
<style>
a { background-color: #FCDFDC; }
a { background-color: rgb(252,223,220); }
div.DivClassName
{
background-color: #FCDFDC;
}
.BgClassName
{
background-color: #FCDFDC;
}
</style>
border-color css
<style>
span { border-color: #FCDFDC; }
span { border-color: rgb(252,223,220); }
td.TdClassName
{
border-color: #FCDFDC;
}
.TagClassName
{
border-color: #FCDFDC;
}
</style>