Shades of Remy #FDDCD9
Tints of Remy #FDDCD9
RGB
CMYK
RGB Variations
Color information
#FDDCD9 (or 0xFDDCD9) is known color: Remy. HEX triplet: FD, DC and D9. RGB value is (253,220,217). Sum of RGB (Red+Green+Blue) = 253+220+217=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 220 (86.33% from 255 or 31.88% from 690); Blue value is 217 (85.16% from 255 or 31.45% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCD9 is #022326. Grayscale: #E5E5E5. Windows color (decimal): -140071 or 14277885. OLE color: 14277885.
HSL color Cylindrical-coordinate representation of color #FDDCD9: hue angle of 5º degrees, saturation: 0.9, 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 #FDDCD9 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 217 | - |
CMYK | 0 | 0.13 | 0.14 | 0.01 |
HSL | 5º | 0.9% | 0.92% | - |
HSV(B) | 5º | 0.14% | 0.99% | - |
XYZ | 78.63 | 77.08 | 76.38 | - |
YUV | 229.53 | 120.93 | 144.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 217 | 0 | 0.13 | 0.14 | 0.01 | 5 | 0.9 | 0.92 |
Hex | FD | DC | D9 | 0 | D | E | 1 | 5 | 5A | 5C |
Octal | 375 | 334 | 331 | 0 | 15 | 16 | 1 | 5 | 132 | 134 |
Binary | 11111101 | 11011100 | 11011001 | 0 | 1101 | 1110 | 1 | 101 | 1011010 | 1011100 |
Color Harmonies of #FDDCD9
Complementary color
Monochromatic Colors of #FDDCD9
Black with #FDDCD9
Text Example
Text Example
White with #FDDCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCD9; }
p { color: rgb(253,220,217); }
H1.HeaderClassName
{
color: #FDDCD9;
}
.AnyTagClassName
{
color: #FDDCD9;
}
</style>
background-color css
<style>
a { background-color: #FDDCD9; }
a { background-color: rgb(253,220,217); }
div.DivClassName
{
background-color: #FDDCD9;
}
.BgClassName
{
background-color: #FDDCD9;
}
</style>
border-color css
<style>
span { border-color: #FDDCD9; }
span { border-color: rgb(253,220,217); }
td.TdClassName
{
border-color: #FDDCD9;
}
.TagClassName
{
border-color: #FDDCD9;
}
</style>