Shades of Classic Rose #FDC2DF
Tints of Classic Rose #FDC2DF
RGB
CMYK
RGB Variations
Color information
#FDC2DF (or 0xFDC2DF) is known color: Classic Rose. HEX triplet: FD, C2 and DF. RGB value is (253,194,223). Sum of RGB (Red+Green+Blue) = 253+194+223=670 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.76% from 670); Green value is 194 (76.17% from 255 or 28.96% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC2DF is #023D20. Grayscale: #D6D6D6. Windows color (decimal): -146721 or 14664445. OLE color: 14664445.
HSL color Cylindrical-coordinate representation of color #FDC2DF: hue angle of 330.51º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FDC2DF is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 194 | 223 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.01 |
| HSL | 330.51º | 0.94% | 0.88% | - |
| HSV(B) | 330.51º | 0.23% | 0.99% | - |
| XYZ | 73.12 | 64.79 | 78.46 | - |
| YUV | 214.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 194 | 223 | 0 | 0.23 | 0.12 | 0.01 | 330.51 | 0.94 | 0.88 |
| Hex | FD | C2 | DF | 0 | 17 | C | 1 | 14B | 5E | 58 |
| Octal | 375 | 302 | 337 | 0 | 27 | 14 | 1 | 513 | 136 | 130 |
| Binary | 11111101 | 11000010 | 11011111 | 0 | 10111 | 1100 | 1 | 101001011 | 1011110 | 1011000 |
Color Harmonies of #FDC2DF
Complementary color
Monochromatic Colors of #FDC2DF
Black with #FDC2DF
Text Example
Text Example
White with #FDC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC2DF; }
p { color: rgb(253,194,223); }
H1.HeaderClassName
{
color: #FDC2DF;
}
.AnyTagClassName
{
color: #FDC2DF;
}
</style>
background-color css
<style>
a { background-color: #FDC2DF; }
a { background-color: rgb(253,194,223); }
div.DivClassName
{
background-color: #FDC2DF;
}
.BgClassName
{
background-color: #FDC2DF;
}
</style>
border-color css
<style>
span { border-color: #FDC2DF; }
span { border-color: rgb(253,194,223); }
td.TdClassName
{
border-color: #FDC2DF;
}
.TagClassName
{
border-color: #FDC2DF;
}
</style>