Shades of Classic Rose #FDC8DF
Tints of Classic Rose #FDC8DF
RGB
CMYK
RGB Variations
Color information
#FDC8DF (or 0xFDC8DF) is known color: Classic Rose. HEX triplet: FD, C8 and DF. RGB value is (253,200,223). Sum of RGB (Red+Green+Blue) = 253+200+223=676 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.43% from 676); Green value is 200 (78.52% from 255 or 29.59% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC8DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC8DF is #023720. Grayscale: #DADADA. Windows color (decimal): -145185 or 14665981. OLE color: 14665981.
HSL color Cylindrical-coordinate representation of color #FDC8DF: hue angle of 333.96º 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 #FDC8DF is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 223 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.01 |
| HSL | 333.96º | 0.93% | 0.89% | - |
| HSV(B) | 333.96º | 0.21% | 0.99% | - |
| XYZ | 74.48 | 67.52 | 78.92 | - |
| YUV | 218.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 223 | 0 | 0.21 | 0.12 | 0.01 | 333.96 | 0.93 | 0.89 |
| Hex | FD | C8 | DF | 0 | 15 | C | 1 | 14E | 5D | 59 |
| Octal | 375 | 310 | 337 | 0 | 25 | 14 | 1 | 516 | 135 | 131 |
| Binary | 11111101 | 11001000 | 11011111 | 0 | 10101 | 1100 | 1 | 101001110 | 1011101 | 1011001 |
Color Harmonies of #FDC8DF
Complementary color
Monochromatic Colors of #FDC8DF
Black with #FDC8DF
Text Example
Text Example
White with #FDC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC8DF; }
p { color: rgb(253,200,223); }
H1.HeaderClassName
{
color: #FDC8DF;
}
.AnyTagClassName
{
color: #FDC8DF;
}
</style>
background-color css
<style>
a { background-color: #FDC8DF; }
a { background-color: rgb(253,200,223); }
div.DivClassName
{
background-color: #FDC8DF;
}
.BgClassName
{
background-color: #FDC8DF;
}
</style>
border-color css
<style>
span { border-color: #FDC8DF; }
span { border-color: rgb(253,200,223); }
td.TdClassName
{
border-color: #FDC8DF;
}
.TagClassName
{
border-color: #FDC8DF;
}
</style>