Shades of Classic Rose #FDC9DD
Tints of Classic Rose #FDC9DD
RGB
CMYK
RGB Variations
Color information
#FDC9DD (or 0xFDC9DD) is known color: Classic Rose. HEX triplet: FD, C9 and DD. RGB value is (253,201,221). Sum of RGB (Red+Green+Blue) = 253+201+221=675 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.48% from 675); Green value is 201 (78.91% from 255 or 29.78% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC9DD is #023622. Grayscale: #DADADA. Windows color (decimal): -144931 or 14535165. OLE color: 14535165.
HSL color Cylindrical-coordinate representation of color #FDC9DD: hue angle of 336.92º 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 #FDC9DD is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 221 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.01 |
| HSL | 336.92º | 0.93% | 0.89% | - |
| HSV(B) | 336.92º | 0.21% | 0.99% | - |
| XYZ | 74.45 | 67.88 | 77.58 | - |
| YUV | 218.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 221 | 0 | 0.21 | 0.13 | 0.01 | 336.92 | 0.93 | 0.89 |
| Hex | FD | C9 | DD | 0 | 15 | D | 1 | 151 | 5D | 59 |
| Octal | 375 | 311 | 335 | 0 | 25 | 15 | 1 | 521 | 135 | 131 |
| Binary | 11111101 | 11001001 | 11011101 | 0 | 10101 | 1101 | 1 | 101010001 | 1011101 | 1011001 |
Color Harmonies of #FDC9DD
Complementary color
Monochromatic Colors of #FDC9DD
Black with #FDC9DD
Text Example
Text Example
White with #FDC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9DD; }
p { color: rgb(253,201,221); }
H1.HeaderClassName
{
color: #FDC9DD;
}
.AnyTagClassName
{
color: #FDC9DD;
}
</style>
background-color css
<style>
a { background-color: #FDC9DD; }
a { background-color: rgb(253,201,221); }
div.DivClassName
{
background-color: #FDC9DD;
}
.BgClassName
{
background-color: #FDC9DD;
}
</style>
border-color css
<style>
span { border-color: #FDC9DD; }
span { border-color: rgb(253,201,221); }
td.TdClassName
{
border-color: #FDC9DD;
}
.TagClassName
{
border-color: #FDC9DD;
}
</style>