Shades of Remy #FDD9D8
Tints of Remy #FDD9D8
RGB
CMYK
RGB Variations
Color information
#FDD9D8 (or 0xFDD9D8) is known color: Remy. HEX triplet: FD, D9 and D8. RGB value is (253,217,216). Sum of RGB (Red+Green+Blue) = 253+217+216=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 217 (85.16% from 255 or 31.63% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD9D8 is #022627. Grayscale: #E3E3E3. Windows color (decimal): -140840 or 14211581. OLE color: 14211581.
HSL color Cylindrical-coordinate representation of color #FDD9D8: hue angle of 1.62º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD9D8 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 217 | 216 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.01 |
| HSL | 1.62º | 0.9% | 0.92% | - |
| HSV(B) | 1.62º | 0.15% | 0.99% | - |
| XYZ | 77.72 | 75.47 | 75.44 | - |
| YUV | 227.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 217 | 216 | 0 | 0.14 | 0.15 | 0.01 | 1.62 | 0.9 | 0.92 |
| Hex | FD | D9 | D8 | 0 | E | F | 1 | 2 | 5A | 5C |
| Octal | 375 | 331 | 330 | 0 | 16 | 17 | 1 | 2 | 132 | 134 |
| Binary | 11111101 | 11011001 | 11011000 | 0 | 1110 | 1111 | 1 | 10 | 1011010 | 1011100 |
Color Harmonies of #FDD9D8
Complementary color
Monochromatic Colors of #FDD9D8
Black with #FDD9D8
Text Example
Text Example
White with #FDD9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD9D8; }
p { color: rgb(253,217,216); }
H1.HeaderClassName
{
color: #FDD9D8;
}
.AnyTagClassName
{
color: #FDD9D8;
}
</style>
background-color css
<style>
a { background-color: #FDD9D8; }
a { background-color: rgb(253,217,216); }
div.DivClassName
{
background-color: #FDD9D8;
}
.BgClassName
{
background-color: #FDD9D8;
}
</style>
border-color css
<style>
span { border-color: #FDD9D8; }
span { border-color: rgb(253,217,216); }
td.TdClassName
{
border-color: #FDD9D8;
}
.TagClassName
{
border-color: #FDD9D8;
}
</style>