Shades of Remy #FCDBD6
Tints of Remy #FCDBD6
RGB
CMYK
RGB Variations
Color information
#FCDBD6 (or 0xFCDBD6) is known color: Remy. HEX triplet: FC, DB and D6. RGB value is (252,219,214). Sum of RGB (Red+Green+Blue) = 252+219+214=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 219 (85.94% from 255 or 31.97% from 685); Blue value is 214 (83.98% from 255 or 31.24% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBD6 is #032429. Grayscale: #E4E4E4. Windows color (decimal): -205866 or 14081020. OLE color: 14081020.
HSL color Cylindrical-coordinate representation of color #FCDBD6: hue angle of 7.89º 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 #FCDBD6 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 214 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.01 |
| HSL | 7.89º | 0.86% | 0.91% | - |
| HSV(B) | 7.89º | 0.15% | 0.99% | - |
| XYZ | 77.61 | 76.21 | 74.24 | - |
| YUV | 228.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 214 | 0 | 0.13 | 0.15 | 0.01 | 7.89 | 0.86 | 0.91 |
| Hex | FC | DB | D6 | 0 | D | F | 1 | 8 | 56 | 5B |
| Octal | 374 | 333 | 326 | 0 | 15 | 17 | 1 | 10 | 126 | 133 |
| Binary | 11111100 | 11011011 | 11010110 | 0 | 1101 | 1111 | 1 | 1000 | 1010110 | 1011011 |
Color Harmonies of #FCDBD6
Complementary color
Monochromatic Colors of #FCDBD6
Black with #FCDBD6
Text Example
Text Example
White with #FCDBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBD6; }
p { color: rgb(252,219,214); }
H1.HeaderClassName
{
color: #FCDBD6;
}
.AnyTagClassName
{
color: #FCDBD6;
}
</style>
background-color css
<style>
a { background-color: #FCDBD6; }
a { background-color: rgb(252,219,214); }
div.DivClassName
{
background-color: #FCDBD6;
}
.BgClassName
{
background-color: #FCDBD6;
}
</style>
border-color css
<style>
span { border-color: #FCDBD6; }
span { border-color: rgb(252,219,214); }
td.TdClassName
{
border-color: #FCDBD6;
}
.TagClassName
{
border-color: #FCDBD6;
}
</style>