Shades of Classic Rose #FDC7EC
Tints of Classic Rose #FDC7EC
RGB
CMYK
RGB Variations
Color information
#FDC7EC (or 0xFDC7EC) is known color: Classic Rose. HEX triplet: FD, C7 and EC. RGB value is (253,199,236). Sum of RGB (Red+Green+Blue) = 253+199+236=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 199 (78.12% from 255 or 28.92% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC7EC is #023813. Grayscale: #DBDBDB. Windows color (decimal): -145428 or 15517693. OLE color: 15517693.
HSL color Cylindrical-coordinate representation of color #FDC7EC: hue angle of 318.89º 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 #FDC7EC is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 236 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.01 |
| HSL | 318.89º | 0.93% | 0.89% | - |
| HSV(B) | 318.89º | 0.21% | 0.99% | - |
| XYZ | 76.07 | 67.79 | 88.43 | - |
| YUV | 219.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 236 | 0 | 0.21 | 0.07 | 0.01 | 318.89 | 0.93 | 0.89 |
| Hex | FD | C7 | EC | 0 | 15 | 7 | 1 | 13F | 5D | 59 |
| Octal | 375 | 307 | 354 | 0 | 25 | 7 | 1 | 477 | 135 | 131 |
| Binary | 11111101 | 11000111 | 11101100 | 0 | 10101 | 111 | 1 | 100111111 | 1011101 | 1011001 |
Color Harmonies of #FDC7EC
Complementary color
Monochromatic Colors of #FDC7EC
Black with #FDC7EC
Text Example
Text Example
White with #FDC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC7EC; }
p { color: rgb(253,199,236); }
H1.HeaderClassName
{
color: #FDC7EC;
}
.AnyTagClassName
{
color: #FDC7EC;
}
</style>
background-color css
<style>
a { background-color: #FDC7EC; }
a { background-color: rgb(253,199,236); }
div.DivClassName
{
background-color: #FDC7EC;
}
.BgClassName
{
background-color: #FDC7EC;
}
</style>
border-color css
<style>
span { border-color: #FDC7EC; }
span { border-color: rgb(253,199,236); }
td.TdClassName
{
border-color: #FDC7EC;
}
.TagClassName
{
border-color: #FDC7EC;
}
</style>