Shades of Classic Rose #FDC3DB
Tints of Classic Rose #FDC3DB
RGB
CMYK
RGB Variations
Color information
#FDC3DB (or 0xFDC3DB) is known color: Classic Rose. HEX triplet: FD, C3 and DB. RGB value is (253,195,219). Sum of RGB (Red+Green+Blue) = 253+195+219=667 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.93% from 667); Green value is 195 (76.56% from 255 or 29.24% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDC3DB is #023C24. Grayscale: #D7D7D7. Windows color (decimal): -146469 or 14402557. OLE color: 14402557.
HSL color Cylindrical-coordinate representation of color #FDC3DB: hue angle of 335.17º 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 #FDC3DB is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 219 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.01 |
| HSL | 335.17º | 0.94% | 0.88% | - |
| HSV(B) | 335.17º | 0.23% | 0.99% | - |
| XYZ | 72.81 | 65.03 | 75.73 | - |
| YUV | 215.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 219 | 0 | 0.23 | 0.13 | 0.01 | 335.17 | 0.94 | 0.88 |
| Hex | FD | C3 | DB | 0 | 17 | D | 1 | 14F | 5E | 58 |
| Octal | 375 | 303 | 333 | 0 | 27 | 15 | 1 | 517 | 136 | 130 |
| Binary | 11111101 | 11000011 | 11011011 | 0 | 10111 | 1101 | 1 | 101001111 | 1011110 | 1011000 |
Color Harmonies of #FDC3DB
Complementary color
Monochromatic Colors of #FDC3DB
Black with #FDC3DB
Text Example
Text Example
White with #FDC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3DB; }
p { color: rgb(253,195,219); }
H1.HeaderClassName
{
color: #FDC3DB;
}
.AnyTagClassName
{
color: #FDC3DB;
}
</style>
background-color css
<style>
a { background-color: #FDC3DB; }
a { background-color: rgb(253,195,219); }
div.DivClassName
{
background-color: #FDC3DB;
}
.BgClassName
{
background-color: #FDC3DB;
}
</style>
border-color css
<style>
span { border-color: #FDC3DB; }
span { border-color: rgb(253,195,219); }
td.TdClassName
{
border-color: #FDC3DB;
}
.TagClassName
{
border-color: #FDC3DB;
}
</style>