Shades of Remy #FCDDD8
Tints of Remy #FCDDD8
RGB
CMYK
RGB Variations
Color information
#FCDDD8 (or 0xFCDDD8) is known color: Remy. HEX triplet: FC, DD and D8. RGB value is (252,221,216). Sum of RGB (Red+Green+Blue) = 252+221+216=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 221 (86.72% from 255 or 32.08% from 689); Blue value is 216 (84.77% from 255 or 31.35% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDD8 is #032227. Grayscale: #E5E5E5. Windows color (decimal): -205352 or 14212604. OLE color: 14212604.
HSL color Cylindrical-coordinate representation of color #FCDDD8: hue angle of 8.33º 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 #FCDDD8 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 216 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.01 |
| HSL | 8.33º | 0.86% | 0.92% | - |
| HSV(B) | 8.33º | 0.14% | 0.99% | - |
| XYZ | 78.4 | 77.37 | 75.77 | - |
| YUV | 229.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 216 | 0 | 0.12 | 0.14 | 0.01 | 8.33 | 0.86 | 0.92 |
| Hex | FC | DD | D8 | 0 | C | E | 1 | 8 | 56 | 5C |
| Octal | 374 | 335 | 330 | 0 | 14 | 16 | 1 | 10 | 126 | 134 |
| Binary | 11111100 | 11011101 | 11011000 | 0 | 1100 | 1110 | 1 | 1000 | 1010110 | 1011100 |
Color Harmonies of #FCDDD8
Complementary color
Monochromatic Colors of #FCDDD8
Black with #FCDDD8
Text Example
Text Example
White with #FCDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDD8; }
p { color: rgb(252,221,216); }
H1.HeaderClassName
{
color: #FCDDD8;
}
.AnyTagClassName
{
color: #FCDDD8;
}
</style>
background-color css
<style>
a { background-color: #FCDDD8; }
a { background-color: rgb(252,221,216); }
div.DivClassName
{
background-color: #FCDDD8;
}
.BgClassName
{
background-color: #FCDDD8;
}
</style>
border-color css
<style>
span { border-color: #FCDDD8; }
span { border-color: rgb(252,221,216); }
td.TdClassName
{
border-color: #FCDDD8;
}
.TagClassName
{
border-color: #FCDDD8;
}
</style>