Shades of Remy #FCDBD8
Tints of Remy #FCDBD8
RGB
CMYK
RGB Variations
Color information
#FCDBD8 (or 0xFCDBD8) is known color: Remy. HEX triplet: FC, DB and D8. RGB value is (252,219,216). Sum of RGB (Red+Green+Blue) = 252+219+216=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 216 (84.77% from 255 or 31.44% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBD8 is #032427. Grayscale: #E4E4E4. Windows color (decimal): -205864 or 14212092. OLE color: 14212092.
HSL color Cylindrical-coordinate representation of color #FCDBD8: hue angle of 5º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FCDBD8 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 216 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.01 |
| HSL | 5º | 0.86% | 0.92% | - |
| HSV(B) | 5º | 0.14% | 0.99% | - |
| XYZ | 77.87 | 76.32 | 75.59 | - |
| YUV | 228.53 | 120.93 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 216 | 0 | 0.13 | 0.14 | 0.01 | 5 | 0.86 | 0.92 |
| Hex | FC | DB | D8 | 0 | D | E | 1 | 5 | 56 | 5C |
| Octal | 374 | 333 | 330 | 0 | 15 | 16 | 1 | 5 | 126 | 134 |
| Binary | 11111100 | 11011011 | 11011000 | 0 | 1101 | 1110 | 1 | 101 | 1010110 | 1011100 |
Color Harmonies of #FCDBD8
Complementary color
Monochromatic Colors of #FCDBD8
Black with #FCDBD8
Text Example
Text Example
White with #FCDBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBD8; }
p { color: rgb(252,219,216); }
H1.HeaderClassName
{
color: #FCDBD8;
}
.AnyTagClassName
{
color: #FCDBD8;
}
</style>
background-color css
<style>
a { background-color: #FCDBD8; }
a { background-color: rgb(252,219,216); }
div.DivClassName
{
background-color: #FCDBD8;
}
.BgClassName
{
background-color: #FCDBD8;
}
</style>
border-color css
<style>
span { border-color: #FCDBD8; }
span { border-color: rgb(252,219,216); }
td.TdClassName
{
border-color: #FCDBD8;
}
.TagClassName
{
border-color: #FCDBD8;
}
</style>