Shades of Classic Rose #FFC6EC
Tints of Classic Rose #FFC6EC
RGB
CMYK
RGB Variations
Color information
#FFC6EC (or 0xFFC6EC) is known color: Classic Rose. HEX triplet: FF, C6 and EC. RGB value is (255,198,236). Sum of RGB (Red+Green+Blue) = 255+198+236=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 198 (77.73% from 255 or 28.74% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6EC is #003913. Grayscale: #DBDBDB. Windows color (decimal): -14612 or 15517439. OLE color: 15517439.
HSL color Cylindrical-coordinate representation of color #FFC6EC: hue angle of 320º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFC6EC is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 236 | - |
| CMYK | 0 | 0.22 | 0.07 | 0 |
| HSL | 320º | 1% | 0.89% | - |
| HSV(B) | 320º | 0.22% | 1% | - |
| XYZ | 76.57 | 67.7 | 88.39 | - |
| YUV | 219.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 236 | 0 | 0.22 | 0.07 | 0 | 320 | 1 | 0.89 |
| Hex | FF | C6 | EC | 0 | 16 | 7 | 0 | 140 | 64 | 59 |
| Octal | 377 | 306 | 354 | 0 | 26 | 7 | 0 | 500 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11101100 | 0 | 10110 | 111 | 0 | 101000000 | 1100100 | 1011001 |
Color Harmonies of #FFC6EC
Complementary color
Monochromatic Colors of #FFC6EC
Black with #FFC6EC
Text Example
Text Example
White with #FFC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6EC; }
p { color: rgb(255,198,236); }
H1.HeaderClassName
{
color: #FFC6EC;
}
.AnyTagClassName
{
color: #FFC6EC;
}
</style>
background-color css
<style>
a { background-color: #FFC6EC; }
a { background-color: rgb(255,198,236); }
div.DivClassName
{
background-color: #FFC6EC;
}
.BgClassName
{
background-color: #FFC6EC;
}
</style>
border-color css
<style>
span { border-color: #FFC6EC; }
span { border-color: rgb(255,198,236); }
td.TdClassName
{
border-color: #FFC6EC;
}
.TagClassName
{
border-color: #FFC6EC;
}
</style>