Shades of Remy #FCDBD7
Tints of Remy #FCDBD7
RGB
CMYK
RGB Variations
Color information
#FCDBD7 (or 0xFCDBD7) is known color: Remy. HEX triplet: FC, DB and D7. RGB value is (252,219,215). Sum of RGB (Red+Green+Blue) = 252+219+215=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBD7 is #032428. Grayscale: #E4E4E4. Windows color (decimal): -205865 or 14146556. OLE color: 14146556.
HSL color Cylindrical-coordinate representation of color #FCDBD7: hue angle of 6.49º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCDBD7 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 215 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.01 |
| HSL | 6.49º | 0.86% | 0.92% | - |
| HSV(B) | 6.49º | 0.15% | 0.99% | - |
| XYZ | 77.74 | 76.26 | 74.91 | - |
| YUV | 228.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 215 | 0 | 0.13 | 0.15 | 0.01 | 6.49 | 0.86 | 0.92 |
| Hex | FC | DB | D7 | 0 | D | F | 1 | 6 | 56 | 5C |
| Octal | 374 | 333 | 327 | 0 | 15 | 17 | 1 | 6 | 126 | 134 |
| Binary | 11111100 | 11011011 | 11010111 | 0 | 1101 | 1111 | 1 | 110 | 1010110 | 1011100 |
Color Harmonies of #FCDBD7
Complementary color
Monochromatic Colors of #FCDBD7
Black with #FCDBD7
Text Example
Text Example
White with #FCDBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBD7; }
p { color: rgb(252,219,215); }
H1.HeaderClassName
{
color: #FCDBD7;
}
.AnyTagClassName
{
color: #FCDBD7;
}
</style>
background-color css
<style>
a { background-color: #FCDBD7; }
a { background-color: rgb(252,219,215); }
div.DivClassName
{
background-color: #FCDBD7;
}
.BgClassName
{
background-color: #FCDBD7;
}
</style>
border-color css
<style>
span { border-color: #FCDBD7; }
span { border-color: rgb(252,219,215); }
td.TdClassName
{
border-color: #FCDBD7;
}
.TagClassName
{
border-color: #FCDBD7;
}
</style>