Shades of Remy #FCDAD6
Tints of Remy #FCDAD6
RGB
CMYK
RGB Variations
Color information
#FCDAD6 (or 0xFCDAD6) is known color: Remy. HEX triplet: FC, DA and D6. RGB value is (252,218,214). Sum of RGB (Red+Green+Blue) = 252+218+214=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 218 (85.55% from 255 or 31.87% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDAD6 is #032529. Grayscale: #E3E3E3. Windows color (decimal): -206122 or 14080764. OLE color: 14080764.
HSL color Cylindrical-coordinate representation of color #FCDAD6: hue angle of 6.32º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCDAD6 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 218 | 214 | - |
CMYK | 0 | 0.13 | 0.15 | 0.01 |
HSL | 6.32º | 0.86% | 0.91% | - |
HSV(B) | 6.32º | 0.15% | 0.99% | - |
XYZ | 77.35 | 75.69 | 74.15 | - |
YUV | 227.71 | 120.26 | 145.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 218 | 214 | 0 | 0.13 | 0.15 | 0.01 | 6.32 | 0.86 | 0.91 |
Hex | FC | DA | D6 | 0 | D | F | 1 | 6 | 56 | 5B |
Octal | 374 | 332 | 326 | 0 | 15 | 17 | 1 | 6 | 126 | 133 |
Binary | 11111100 | 11011010 | 11010110 | 0 | 1101 | 1111 | 1 | 110 | 1010110 | 1011011 |
Color Harmonies of #FCDAD6
Complementary color
Monochromatic Colors of #FCDAD6
Black with #FCDAD6
Text Example
Text Example
White with #FCDAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDAD6; }
p { color: rgb(252,218,214); }
H1.HeaderClassName
{
color: #FCDAD6;
}
.AnyTagClassName
{
color: #FCDAD6;
}
</style>
background-color css
<style>
a { background-color: #FCDAD6; }
a { background-color: rgb(252,218,214); }
div.DivClassName
{
background-color: #FCDAD6;
}
.BgClassName
{
background-color: #FCDAD6;
}
</style>
border-color css
<style>
span { border-color: #FCDAD6; }
span { border-color: rgb(252,218,214); }
td.TdClassName
{
border-color: #FCDAD6;
}
.TagClassName
{
border-color: #FCDAD6;
}
</style>