Shades of Remy #FCDADA
Tints of Remy #FCDADA
RGB
CMYK
RGB Variations
Color information
#FCDADA (or 0xFCDADA) is known color: Remy. HEX triplet: FC, DA and DA. RGB value is (252,218,218). Sum of RGB (Red+Green+Blue) = 252+218+218=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDADA is #032525. Grayscale: #E4E4E4. Windows color (decimal): -206118 or 14342908. OLE color: 14342908.
HSL color Cylindrical-coordinate representation of color #FCDADA: hue angle of 0º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDADA is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 218 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.01 |
| HSL | 0º | 0.85% | 0.92% | - |
| HSV(B) | 0º | 0.13% | 0.99% | - |
| XYZ | 77.87 | 75.9 | 76.88 | - |
| YUV | 228.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 218 | 0 | 0.13 | 0.13 | 0.01 | 0 | 0.85 | 0.92 |
| Hex | FC | DA | DA | 0 | D | D | 1 | 0 | 55 | 5C |
| Octal | 374 | 332 | 332 | 0 | 15 | 15 | 1 | 0 | 125 | 134 |
| Binary | 11111100 | 11011010 | 11011010 | 0 | 1101 | 1101 | 1 | 0 | 1010101 | 1011100 |
Color Harmonies of #FCDADA
Complementary color
Monochromatic Colors of #FCDADA
Black with #FCDADA
Text Example
Text Example
White with #FCDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDADA; }
p { color: rgb(252,218,218); }
H1.HeaderClassName
{
color: #FCDADA;
}
.AnyTagClassName
{
color: #FCDADA;
}
</style>
background-color css
<style>
a { background-color: #FCDADA; }
a { background-color: rgb(252,218,218); }
div.DivClassName
{
background-color: #FCDADA;
}
.BgClassName
{
background-color: #FCDADA;
}
</style>
border-color css
<style>
span { border-color: #FCDADA; }
span { border-color: rgb(252,218,218); }
td.TdClassName
{
border-color: #FCDADA;
}
.TagClassName
{
border-color: #FCDADA;
}
</style>