Shades of Classic Rose #FFC6F0
Tints of Classic Rose #FFC6F0
RGB
CMYK
RGB Variations
Color information
#FFC6F0 (or 0xFFC6F0) is known color: Classic Rose. HEX triplet: FF, C6 and F0. RGB value is (255,198,240). Sum of RGB (Red+Green+Blue) = 255+198+240=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 198 (77.73% from 255 or 28.57% from 693); Blue value is 240 (94.14% from 255 or 34.63% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC6F0 is #00390F. Grayscale: #DBDBDB. Windows color (decimal): -14608 or 15779583. OLE color: 15779583.
HSL color Cylindrical-coordinate representation of color #FFC6F0: hue angle of 315.79º 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 #FFC6F0 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 240 | - |
| CMYK | 0 | 0.22 | 0.06 | 0 |
| HSL | 315.79º | 1% | 0.89% | - |
| HSV(B) | 315.79º | 0.22% | 1% | - |
| XYZ | 77.16 | 67.94 | 91.48 | - |
| YUV | 219.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 240 | 0 | 0.22 | 0.06 | 0 | 315.79 | 1 | 0.89 |
| Hex | FF | C6 | F0 | 0 | 16 | 6 | 0 | 13C | 64 | 59 |
| Octal | 377 | 306 | 360 | 0 | 26 | 6 | 0 | 474 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11110000 | 0 | 10110 | 110 | 0 | 100111100 | 1100100 | 1011001 |
Color Harmonies of #FFC6F0
Complementary color
Monochromatic Colors of #FFC6F0
Black with #FFC6F0
Text Example
Text Example
White with #FFC6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6F0; }
p { color: rgb(255,198,240); }
H1.HeaderClassName
{
color: #FFC6F0;
}
.AnyTagClassName
{
color: #FFC6F0;
}
</style>
background-color css
<style>
a { background-color: #FFC6F0; }
a { background-color: rgb(255,198,240); }
div.DivClassName
{
background-color: #FFC6F0;
}
.BgClassName
{
background-color: #FFC6F0;
}
</style>
border-color css
<style>
span { border-color: #FFC6F0; }
span { border-color: rgb(255,198,240); }
td.TdClassName
{
border-color: #FFC6F0;
}
.TagClassName
{
border-color: #FFC6F0;
}
</style>