Shades of Classic Rose #FFC3EC
Tints of Classic Rose #FFC3EC
RGB
CMYK
RGB Variations
Color information
#FFC3EC (or 0xFFC3EC) is known color: Classic Rose. HEX triplet: FF, C3 and EC. RGB value is (255,195,236). Sum of RGB (Red+Green+Blue) = 255+195+236=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 195 (76.56% from 255 or 28.43% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3EC is #003C13. Grayscale: #D9D9D9. Windows color (decimal): -15380 or 15516671. OLE color: 15516671.
HSL color Cylindrical-coordinate representation of color #FFC3EC: hue angle of 319º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFC3EC is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 236 | - |
| CMYK | 0 | 0.24 | 0.07 | 0 |
| HSL | 319º | 1% | 0.88% | - |
| HSV(B) | 319º | 0.24% | 1% | - |
| XYZ | 75.9 | 66.35 | 88.16 | - |
| YUV | 217.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 236 | 0 | 0.24 | 0.07 | 0 | 319 | 1 | 0.88 |
| Hex | FF | C3 | EC | 0 | 18 | 7 | 0 | 13F | 64 | 58 |
| Octal | 377 | 303 | 354 | 0 | 30 | 7 | 0 | 477 | 144 | 130 |
| Binary | 11111111 | 11000011 | 11101100 | 0 | 11000 | 111 | 0 | 100111111 | 1100100 | 1011000 |
Color Harmonies of #FFC3EC
Complementary color
Monochromatic Colors of #FFC3EC
Black with #FFC3EC
Text Example
Text Example
White with #FFC3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC3EC; }
p { color: rgb(255,195,236); }
H1.HeaderClassName
{
color: #FFC3EC;
}
.AnyTagClassName
{
color: #FFC3EC;
}
</style>
background-color css
<style>
a { background-color: #FFC3EC; }
a { background-color: rgb(255,195,236); }
div.DivClassName
{
background-color: #FFC3EC;
}
.BgClassName
{
background-color: #FFC3EC;
}
</style>
border-color css
<style>
span { border-color: #FFC3EC; }
span { border-color: rgb(255,195,236); }
td.TdClassName
{
border-color: #FFC3EC;
}
.TagClassName
{
border-color: #FFC3EC;
}
</style>