Shades of Classic Rose #FDC7DD
Tints of Classic Rose #FDC7DD
RGB
CMYK
RGB Variations
Color information
#FDC7DD (or 0xFDC7DD) is known color: Classic Rose. HEX triplet: FD, C7 and DD. RGB value is (253,199,221). Sum of RGB (Red+Green+Blue) = 253+199+221=673 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.59% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7DD is #023822. Grayscale: #D9D9D9. Windows color (decimal): -145443 or 14534653. OLE color: 14534653.
HSL color Cylindrical-coordinate representation of color #FDC7DD: hue angle of 335.56º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDC7DD is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 221 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.01 |
| HSL | 335.56º | 0.93% | 0.89% | - |
| HSV(B) | 335.56º | 0.21% | 0.99% | - |
| XYZ | 73.98 | 66.95 | 77.43 | - |
| YUV | 217.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 221 | 0 | 0.21 | 0.13 | 0.01 | 335.56 | 0.93 | 0.89 |
| Hex | FD | C7 | DD | 0 | 15 | D | 1 | 150 | 5D | 59 |
| Octal | 375 | 307 | 335 | 0 | 25 | 15 | 1 | 520 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11011101 | 0 | 10101 | 1101 | 1 | 101010000 | 1011101 | 1011001 |
Color Harmonies of #FDC7DD
Complementary color
Monochromatic Colors of #FDC7DD
Black with #FDC7DD
Text Example
Text Example
White with #FDC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7DD; }
p { color: rgb(253,199,221); }
H1.HeaderClassName
{
color: #FDC7DD;
}
.AnyTagClassName
{
color: #FDC7DD;
}
</style>
background-color css
<style>
a { background-color: #FDC7DD; }
a { background-color: rgb(253,199,221); }
div.DivClassName
{
background-color: #FDC7DD;
}
.BgClassName
{
background-color: #FDC7DD;
}
</style>
border-color css
<style>
span { border-color: #FDC7DD; }
span { border-color: rgb(253,199,221); }
td.TdClassName
{
border-color: #FDC7DD;
}
.TagClassName
{
border-color: #FDC7DD;
}
</style>