Shades of Classic Rose #FDC3EC
Tints of Classic Rose #FDC3EC
RGB
CMYK
RGB Variations
Color information
#FDC3EC (or 0xFDC3EC) is known color: Classic Rose. HEX triplet: FD, C3 and EC. RGB value is (253,195,236). Sum of RGB (Red+Green+Blue) = 253+195+236=684 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.99% from 684); Green value is 195 (76.56% from 255 or 28.51% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC3EC is #023C13. Grayscale: #D8D8D8. Windows color (decimal): -146452 or 15516669. OLE color: 15516669.
HSL color Cylindrical-coordinate representation of color #FDC3EC: hue angle of 317.59º 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 #FDC3EC is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 236 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.01 |
| HSL | 317.59º | 0.94% | 0.88% | - |
| HSV(B) | 317.59º | 0.23% | 0.99% | - |
| XYZ | 75.16 | 65.97 | 88.13 | - |
| YUV | 217.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 236 | 0 | 0.23 | 0.07 | 0.01 | 317.59 | 0.94 | 0.88 |
| Hex | FD | C3 | EC | 0 | 17 | 7 | 1 | 13E | 5E | 58 |
| Octal | 375 | 303 | 354 | 0 | 27 | 7 | 1 | 476 | 136 | 130 |
| Binary | 11111101 | 11000011 | 11101100 | 0 | 10111 | 111 | 1 | 100111110 | 1011110 | 1011000 |
Color Harmonies of #FDC3EC
Complementary color
Monochromatic Colors of #FDC3EC
Black with #FDC3EC
Text Example
Text Example
White with #FDC3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC3EC; }
p { color: rgb(253,195,236); }
H1.HeaderClassName
{
color: #FDC3EC;
}
.AnyTagClassName
{
color: #FDC3EC;
}
</style>
background-color css
<style>
a { background-color: #FDC3EC; }
a { background-color: rgb(253,195,236); }
div.DivClassName
{
background-color: #FDC3EC;
}
.BgClassName
{
background-color: #FDC3EC;
}
</style>
border-color css
<style>
span { border-color: #FDC3EC; }
span { border-color: rgb(253,195,236); }
td.TdClassName
{
border-color: #FDC3EC;
}
.TagClassName
{
border-color: #FDC3EC;
}
</style>