Shades of Remy #FDDDD9
Tints of Remy #FDDDD9
RGB
CMYK
RGB Variations
Color information
#FDDDD9 (or 0xFDDDD9) is known color: Remy. HEX triplet: FD, DD and D9. RGB value is (253,221,217). Sum of RGB (Red+Green+Blue) = 253+221+217=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 221 (86.72% from 255 or 31.98% from 691); Blue value is 217 (85.16% from 255 or 31.40% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDDD9 is #022226. Grayscale: #E6E6E6. Windows color (decimal): -139815 or 14278141. OLE color: 14278141.
HSL color Cylindrical-coordinate representation of color #FDDDD9: hue angle of 6.67º 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 #FDDDD9 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 221 | 217 | - |
CMYK | 0 | 0.13 | 0.14 | 0.01 |
HSL | 6.67º | 0.9% | 0.92% | - |
HSV(B) | 6.67º | 0.14% | 0.99% | - |
XYZ | 78.89 | 77.61 | 76.47 | - |
YUV | 230.11 | 120.6 | 144.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 217 | 0 | 0.13 | 0.14 | 0.01 | 6.67 | 0.9 | 0.92 |
Hex | FD | DD | D9 | 0 | D | E | 1 | 7 | 5A | 5C |
Octal | 375 | 335 | 331 | 0 | 15 | 16 | 1 | 7 | 132 | 134 |
Binary | 11111101 | 11011101 | 11011001 | 0 | 1101 | 1110 | 1 | 111 | 1011010 | 1011100 |
Color Harmonies of #FDDDD9
Complementary color
Monochromatic Colors of #FDDDD9
Black with #FDDDD9
Text Example
Text Example
White with #FDDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDD9; }
p { color: rgb(253,221,217); }
H1.HeaderClassName
{
color: #FDDDD9;
}
.AnyTagClassName
{
color: #FDDDD9;
}
</style>
background-color css
<style>
a { background-color: #FDDDD9; }
a { background-color: rgb(253,221,217); }
div.DivClassName
{
background-color: #FDDDD9;
}
.BgClassName
{
background-color: #FDDDD9;
}
</style>
border-color css
<style>
span { border-color: #FDDDD9; }
span { border-color: rgb(253,221,217); }
td.TdClassName
{
border-color: #FDDDD9;
}
.TagClassName
{
border-color: #FDDDD9;
}
</style>