Shades of Classic Rose #FDC9EF
Tints of Classic Rose #FDC9EF
RGB
CMYK
RGB Variations
Color information
#FDC9EF (or 0xFDC9EF) is known color: Classic Rose. HEX triplet: FD, C9 and EF. RGB value is (253,201,239). Sum of RGB (Red+Green+Blue) = 253+201+239=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 201 (78.91% from 255 or 29.00% from 693); Blue value is 239 (93.75% from 255 or 34.49% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC9EF is #023610. Grayscale: #DCDCDC. Windows color (decimal): -144913 or 15714813. OLE color: 15714813.
HSL color Cylindrical-coordinate representation of color #FDC9EF: hue angle of 316.15º 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 #FDC9EF is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 239 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.01 |
| HSL | 316.15º | 0.93% | 0.89% | - |
| HSV(B) | 316.15º | 0.21% | 0.99% | - |
| XYZ | 76.97 | 68.89 | 90.9 | - |
| YUV | 220.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 239 | 0 | 0.21 | 0.06 | 0.01 | 316.15 | 0.93 | 0.89 |
| Hex | FD | C9 | EF | 0 | 15 | 6 | 1 | 13C | 5D | 59 |
| Octal | 375 | 311 | 357 | 0 | 25 | 6 | 1 | 474 | 135 | 131 |
| Binary | 11111101 | 11001001 | 11101111 | 0 | 10101 | 110 | 1 | 100111100 | 1011101 | 1011001 |
Color Harmonies of #FDC9EF
Complementary color
Monochromatic Colors of #FDC9EF
Black with #FDC9EF
Text Example
Text Example
White with #FDC9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC9EF; }
p { color: rgb(253,201,239); }
H1.HeaderClassName
{
color: #FDC9EF;
}
.AnyTagClassName
{
color: #FDC9EF;
}
</style>
background-color css
<style>
a { background-color: #FDC9EF; }
a { background-color: rgb(253,201,239); }
div.DivClassName
{
background-color: #FDC9EF;
}
.BgClassName
{
background-color: #FDC9EF;
}
</style>
border-color css
<style>
span { border-color: #FDC9EF; }
span { border-color: rgb(253,201,239); }
td.TdClassName
{
border-color: #FDC9EF;
}
.TagClassName
{
border-color: #FDC9EF;
}
</style>