Shades of Classic Rose #FFC5EC
Tints of Classic Rose #FFC5EC
RGB
CMYK
RGB Variations
Color information
#FFC5EC (or 0xFFC5EC) is known color: Classic Rose. HEX triplet: FF, C5 and EC. RGB value is (255,197,236). Sum of RGB (Red+Green+Blue) = 255+197+236=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 197 (77.34% from 255 or 28.63% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5EC is #003A13. Grayscale: #DADADA. Windows color (decimal): -14868 or 15517183. OLE color: 15517183.
HSL color Cylindrical-coordinate representation of color #FFC5EC: hue angle of 319.66º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC5EC is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 236 | - |
| CMYK | 0 | 0.23 | 0.07 | 0 |
| HSL | 319.66º | 1% | 0.89% | - |
| HSV(B) | 319.66º | 0.23% | 1% | - |
| XYZ | 76.35 | 67.25 | 88.31 | - |
| YUV | 218.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 236 | 0 | 0.23 | 0.07 | 0 | 319.66 | 1 | 0.89 |
| Hex | FF | C5 | EC | 0 | 17 | 7 | 0 | 140 | 64 | 59 |
| Octal | 377 | 305 | 354 | 0 | 27 | 7 | 0 | 500 | 144 | 131 |
| Binary | 11111111 | 11000101 | 11101100 | 0 | 10111 | 111 | 0 | 101000000 | 1100100 | 1011001 |
Color Harmonies of #FFC5EC
Complementary color
Monochromatic Colors of #FFC5EC
Black with #FFC5EC
Text Example
Text Example
White with #FFC5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC5EC; }
p { color: rgb(255,197,236); }
H1.HeaderClassName
{
color: #FFC5EC;
}
.AnyTagClassName
{
color: #FFC5EC;
}
</style>
background-color css
<style>
a { background-color: #FFC5EC; }
a { background-color: rgb(255,197,236); }
div.DivClassName
{
background-color: #FFC5EC;
}
.BgClassName
{
background-color: #FFC5EC;
}
</style>
border-color css
<style>
span { border-color: #FFC5EC; }
span { border-color: rgb(255,197,236); }
td.TdClassName
{
border-color: #FFC5EC;
}
.TagClassName
{
border-color: #FFC5EC;
}
</style>