Shades of Classic Rose #FDC9EC
Tints of Classic Rose #FDC9EC
RGB
CMYK
RGB Variations
Color information
#FDC9EC (or 0xFDC9EC) is known color: Classic Rose. HEX triplet: FD, C9 and EC. RGB value is (253,201,236). Sum of RGB (Red+Green+Blue) = 253+201+236=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 201 (78.91% from 255 or 29.13% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC9EC is #023613. Grayscale: #DCDCDC. Windows color (decimal): -144916 or 15518205. OLE color: 15518205.
HSL color Cylindrical-coordinate representation of color #FDC9EC: hue angle of 319.62º 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 #FDC9EC is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 201 | 236 | - |
CMYK | 0 | 0.21 | 0.07 | 0.01 |
HSL | 319.62º | 0.93% | 0.89% | - |
HSV(B) | 319.62º | 0.21% | 0.99% | - |
XYZ | 76.53 | 68.71 | 88.59 | - |
YUV | 220.54 | 136.73 | 151.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 201 | 236 | 0 | 0.21 | 0.07 | 0.01 | 319.62 | 0.93 | 0.89 |
Hex | FD | C9 | EC | 0 | 15 | 7 | 1 | 140 | 5D | 59 |
Octal | 375 | 311 | 354 | 0 | 25 | 7 | 1 | 500 | 135 | 131 |
Binary | 11111101 | 11001001 | 11101100 | 0 | 10101 | 111 | 1 | 101000000 | 1011101 | 1011001 |
Color Harmonies of #FDC9EC
Complementary color
Monochromatic Colors of #FDC9EC
Black with #FDC9EC
Text Example
Text Example
White with #FDC9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9EC; }
p { color: rgb(253,201,236); }
H1.HeaderClassName
{
color: #FDC9EC;
}
.AnyTagClassName
{
color: #FDC9EC;
}
</style>
background-color css
<style>
a { background-color: #FDC9EC; }
a { background-color: rgb(253,201,236); }
div.DivClassName
{
background-color: #FDC9EC;
}
.BgClassName
{
background-color: #FDC9EC;
}
</style>
border-color css
<style>
span { border-color: #FDC9EC; }
span { border-color: rgb(253,201,236); }
td.TdClassName
{
border-color: #FDC9EC;
}
.TagClassName
{
border-color: #FDC9EC;
}
</style>