Shades of Remy #FDDBD7
Tints of Remy #FDDBD7
RGB
CMYK
RGB Variations
Color information
#FDDBD7 (or 0xFDDBD7) is known color: Remy. HEX triplet: FD, DB and D7. RGB value is (253,219,215). Sum of RGB (Red+Green+Blue) = 253+219+215=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 219 (85.94% from 255 or 31.88% from 687); Blue value is 215 (84.38% from 255 or 31.30% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBD7 is #022428. Grayscale: #E4E4E4. Windows color (decimal): -140329 or 14146557. OLE color: 14146557.
HSL color Cylindrical-coordinate representation of color #FDDBD7: hue angle of 6.32º 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 #FDDBD7 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 219 | 215 | - |
CMYK | 0 | 0.13 | 0.15 | 0.01 |
HSL | 6.32º | 0.9% | 0.92% | - |
HSV(B) | 6.32º | 0.15% | 0.99% | - |
XYZ | 78.11 | 76.45 | 74.93 | - |
YUV | 228.71 | 120.26 | 145.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 215 | 0 | 0.13 | 0.15 | 0.01 | 6.32 | 0.9 | 0.92 |
Hex | FD | DB | D7 | 0 | D | F | 1 | 6 | 5A | 5C |
Octal | 375 | 333 | 327 | 0 | 15 | 17 | 1 | 6 | 132 | 134 |
Binary | 11111101 | 11011011 | 11010111 | 0 | 1101 | 1111 | 1 | 110 | 1011010 | 1011100 |
Color Harmonies of #FDDBD7
Complementary color
Monochromatic Colors of #FDDBD7
Black with #FDDBD7
Text Example
Text Example
White with #FDDBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBD7; }
p { color: rgb(253,219,215); }
H1.HeaderClassName
{
color: #FDDBD7;
}
.AnyTagClassName
{
color: #FDDBD7;
}
</style>
background-color css
<style>
a { background-color: #FDDBD7; }
a { background-color: rgb(253,219,215); }
div.DivClassName
{
background-color: #FDDBD7;
}
.BgClassName
{
background-color: #FDDBD7;
}
</style>
border-color css
<style>
span { border-color: #FDDBD7; }
span { border-color: rgb(253,219,215); }
td.TdClassName
{
border-color: #FDDBD7;
}
.TagClassName
{
border-color: #FDDBD7;
}
</style>