Shades of Classic Rose #FDC7DC
Tints of Classic Rose #FDC7DC
RGB
CMYK
RGB Variations
Color information
#FDC7DC (or 0xFDC7DC) is known color: Classic Rose. HEX triplet: FD, C7 and DC. RGB value is (253,199,220). Sum of RGB (Red+Green+Blue) = 253+199+220=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 199 (78.12% from 255 or 29.61% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC7DC is #023823. Grayscale: #D9D9D9. Windows color (decimal): -145444 or 14469117. OLE color: 14469117.
HSL color Cylindrical-coordinate representation of color #FDC7DC: hue angle of 336.67º 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 #FDC7DC is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 220 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.01 |
| HSL | 336.67º | 0.93% | 0.89% | - |
| HSV(B) | 336.67º | 0.21% | 0.99% | - |
| XYZ | 73.85 | 66.9 | 76.73 | - |
| YUV | 217.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 220 | 0 | 0.21 | 0.13 | 0.01 | 336.67 | 0.93 | 0.89 |
| Hex | FD | C7 | DC | 0 | 15 | D | 1 | 151 | 5D | 59 |
| Octal | 375 | 307 | 334 | 0 | 25 | 15 | 1 | 521 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11011100 | 0 | 10101 | 1101 | 1 | 101010001 | 1011101 | 1011001 |
Color Harmonies of #FDC7DC
Complementary color
Monochromatic Colors of #FDC7DC
Black with #FDC7DC
Text Example
Text Example
White with #FDC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7DC; }
p { color: rgb(253,199,220); }
H1.HeaderClassName
{
color: #FDC7DC;
}
.AnyTagClassName
{
color: #FDC7DC;
}
</style>
background-color css
<style>
a { background-color: #FDC7DC; }
a { background-color: rgb(253,199,220); }
div.DivClassName
{
background-color: #FDC7DC;
}
.BgClassName
{
background-color: #FDC7DC;
}
</style>
border-color css
<style>
span { border-color: #FDC7DC; }
span { border-color: rgb(253,199,220); }
td.TdClassName
{
border-color: #FDC7DC;
}
.TagClassName
{
border-color: #FDC7DC;
}
</style>