Shades of Remy #FCDBD9
Tints of Remy #FCDBD9
RGB
CMYK
RGB Variations
Color information
#FCDBD9 (or 0xFCDBD9) is known color: Remy. HEX triplet: FC, DB and D9. RGB value is (252,219,217). Sum of RGB (Red+Green+Blue) = 252+219+217=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 219 (85.94% from 255 or 31.83% from 688); Blue value is 217 (85.16% from 255 or 31.54% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDBD9 is #032426. Grayscale: #E4E4E4. Windows color (decimal): -205863 or 14277628. OLE color: 14277628.
HSL color Cylindrical-coordinate representation of color #FCDBD9: hue angle of 3.43º degrees, saturation: 0.85, 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 #FCDBD9 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 217 | - |
| CMYK | 0 | 0.13 | 0.14 | 0.01 |
| HSL | 3.43º | 0.85% | 0.92% | - |
| HSV(B) | 3.43º | 0.14% | 0.99% | - |
| XYZ | 78 | 76.37 | 76.28 | - |
| YUV | 228.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 217 | 0 | 0.13 | 0.14 | 0.01 | 3.43 | 0.85 | 0.92 |
| Hex | FC | DB | D9 | 0 | D | E | 1 | 3 | 55 | 5C |
| Octal | 374 | 333 | 331 | 0 | 15 | 16 | 1 | 3 | 125 | 134 |
| Binary | 11111100 | 11011011 | 11011001 | 0 | 1101 | 1110 | 1 | 11 | 1010101 | 1011100 |
Color Harmonies of #FCDBD9
Complementary color
Monochromatic Colors of #FCDBD9
Black with #FCDBD9
Text Example
Text Example
White with #FCDBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBD9; }
p { color: rgb(252,219,217); }
H1.HeaderClassName
{
color: #FCDBD9;
}
.AnyTagClassName
{
color: #FCDBD9;
}
</style>
background-color css
<style>
a { background-color: #FCDBD9; }
a { background-color: rgb(252,219,217); }
div.DivClassName
{
background-color: #FCDBD9;
}
.BgClassName
{
background-color: #FCDBD9;
}
</style>
border-color css
<style>
span { border-color: #FCDBD9; }
span { border-color: rgb(252,219,217); }
td.TdClassName
{
border-color: #FCDBD9;
}
.TagClassName
{
border-color: #FCDBD9;
}
</style>