Shades of Remy #FCDDD9
Tints of Remy #FCDDD9
RGB
CMYK
RGB Variations
Color information
#FCDDD9 (or 0xFCDDD9) is known color: Remy. HEX triplet: FC, DD and D9. RGB value is (252,221,217). Sum of RGB (Red+Green+Blue) = 252+221+217=690 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.52% from 690); Green value is 221 (86.72% from 255 or 32.03% from 690); Blue value is 217 (85.16% from 255 or 31.45% from 690); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCDDD9 is #032226. Grayscale: #E5E5E5. Windows color (decimal): -205351 or 14278140. OLE color: 14278140.
HSL color Cylindrical-coordinate representation of color #FCDDD9: hue angle of 6.86º 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 #FCDDD9 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 221 | 217 | - |
CMYK | 0 | 0.12 | 0.14 | 0.01 |
HSL | 6.86º | 0.85% | 0.92% | - |
HSV(B) | 6.86º | 0.14% | 0.99% | - |
XYZ | 78.53 | 77.42 | 76.45 | - |
YUV | 229.81 | 120.77 | 143.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 221 | 217 | 0 | 0.12 | 0.14 | 0.01 | 6.86 | 0.85 | 0.92 |
Hex | FC | DD | D9 | 0 | C | E | 1 | 7 | 55 | 5C |
Octal | 374 | 335 | 331 | 0 | 14 | 16 | 1 | 7 | 125 | 134 |
Binary | 11111100 | 11011101 | 11011001 | 0 | 1100 | 1110 | 1 | 111 | 1010101 | 1011100 |
Color Harmonies of #FCDDD9
Complementary color
Monochromatic Colors of #FCDDD9
Black with #FCDDD9
Text Example
Text Example
White with #FCDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDDD9; }
p { color: rgb(252,221,217); }
H1.HeaderClassName
{
color: #FCDDD9;
}
.AnyTagClassName
{
color: #FCDDD9;
}
</style>
background-color css
<style>
a { background-color: #FCDDD9; }
a { background-color: rgb(252,221,217); }
div.DivClassName
{
background-color: #FCDDD9;
}
.BgClassName
{
background-color: #FCDDD9;
}
</style>
border-color css
<style>
span { border-color: #FCDDD9; }
span { border-color: rgb(252,221,217); }
td.TdClassName
{
border-color: #FCDDD9;
}
.TagClassName
{
border-color: #FCDDD9;
}
</style>