Shades of Classic Rose #FDC6EC
Tints of Classic Rose #FDC6EC
RGB
CMYK
RGB Variations
Color information
#FDC6EC (or 0xFDC6EC) is known color: Classic Rose. HEX triplet: FD, C6 and EC. RGB value is (253,198,236). Sum of RGB (Red+Green+Blue) = 253+198+236=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 198 (77.73% from 255 or 28.82% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC6EC is #023913. Grayscale: #DADADA. Windows color (decimal): -145684 or 15517437. OLE color: 15517437.
HSL color Cylindrical-coordinate representation of color #FDC6EC: hue angle of 318.55º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDC6EC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 198 | 236 | - |
CMYK | 0 | 0.22 | 0.07 | 0.01 |
HSL | 318.55º | 0.93% | 0.88% | - |
HSV(B) | 318.55º | 0.22% | 0.99% | - |
XYZ | 75.84 | 67.33 | 88.35 | - |
YUV | 218.78 | 137.72 | 152.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 198 | 236 | 0 | 0.22 | 0.07 | 0.01 | 318.55 | 0.93 | 0.88 |
Hex | FD | C6 | EC | 0 | 16 | 7 | 1 | 13F | 5D | 58 |
Octal | 375 | 306 | 354 | 0 | 26 | 7 | 1 | 477 | 135 | 130 |
Binary | 11111101 | 11000110 | 11101100 | 0 | 10110 | 111 | 1 | 100111111 | 1011101 | 1011000 |
Color Harmonies of #FDC6EC
Complementary color
Monochromatic Colors of #FDC6EC
Black with #FDC6EC
Text Example
Text Example
White with #FDC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC6EC; }
p { color: rgb(253,198,236); }
H1.HeaderClassName
{
color: #FDC6EC;
}
.AnyTagClassName
{
color: #FDC6EC;
}
</style>
background-color css
<style>
a { background-color: #FDC6EC; }
a { background-color: rgb(253,198,236); }
div.DivClassName
{
background-color: #FDC6EC;
}
.BgClassName
{
background-color: #FDC6EC;
}
</style>
border-color css
<style>
span { border-color: #FDC6EC; }
span { border-color: rgb(253,198,236); }
td.TdClassName
{
border-color: #FDC6EC;
}
.TagClassName
{
border-color: #FDC6EC;
}
</style>