Shades of Remy #FDDCD8
Tints of Remy #FDDCD8
RGB
CMYK
RGB Variations
Color information
#FDDCD8 (or 0xFDDCD8) is known color: Remy. HEX triplet: FD, DC and D8. RGB value is (253,220,216). Sum of RGB (Red+Green+Blue) = 253+220+216=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 216 (84.77% from 255 or 31.35% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCD8 is #022327. Grayscale: #E5E5E5. Windows color (decimal): -140072 or 14212349. OLE color: 14212349.
HSL color Cylindrical-coordinate representation of color #FDDCD8: hue angle of 6.49º 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 #FDDCD8 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 220 | 216 | - |
CMYK | 0 | 0.13 | 0.15 | 0.01 |
HSL | 6.49º | 0.9% | 0.92% | - |
HSV(B) | 6.49º | 0.15% | 0.99% | - |
XYZ | 78.5 | 77.03 | 75.7 | - |
YUV | 229.41 | 120.43 | 144.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 220 | 216 | 0 | 0.13 | 0.15 | 0.01 | 6.49 | 0.9 | 0.92 |
Hex | FD | DC | D8 | 0 | D | F | 1 | 6 | 5A | 5C |
Octal | 375 | 334 | 330 | 0 | 15 | 17 | 1 | 6 | 132 | 134 |
Binary | 11111101 | 11011100 | 11011000 | 0 | 1101 | 1111 | 1 | 110 | 1011010 | 1011100 |
Color Harmonies of #FDDCD8
Complementary color
Monochromatic Colors of #FDDCD8
Black with #FDDCD8
Text Example
Text Example
White with #FDDCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCD8; }
p { color: rgb(253,220,216); }
H1.HeaderClassName
{
color: #FDDCD8;
}
.AnyTagClassName
{
color: #FDDCD8;
}
</style>
background-color css
<style>
a { background-color: #FDDCD8; }
a { background-color: rgb(253,220,216); }
div.DivClassName
{
background-color: #FDDCD8;
}
.BgClassName
{
background-color: #FDDCD8;
}
</style>
border-color css
<style>
span { border-color: #FDDCD8; }
span { border-color: rgb(253,220,216); }
td.TdClassName
{
border-color: #FDDCD8;
}
.TagClassName
{
border-color: #FDDCD8;
}
</style>