Shades of Classic Rose #FFC6DF
Tints of Classic Rose #FFC6DF
RGB
CMYK
RGB Variations
Color information
#FFC6DF (or 0xFFC6DF) is known color: Classic Rose. HEX triplet: FF, C6 and DF. RGB value is (255,198,223). Sum of RGB (Red+Green+Blue) = 255+198+223=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 198 (77.73% from 255 or 29.29% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC6DF is #003920. Grayscale: #D9D9D9. Windows color (decimal): -14625 or 14665471. OLE color: 14665471.
HSL color Cylindrical-coordinate representation of color #FFC6DF: hue angle of 333.68º 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 #FFC6DF is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 223 | - |
| CMYK | 0 | 0.22 | 0.13 | 0 |
| HSL | 333.68º | 1% | 0.89% | - |
| HSV(B) | 333.68º | 0.22% | 1% | - |
| XYZ | 74.75 | 66.98 | 78.8 | - |
| YUV | 217.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 223 | 0 | 0.22 | 0.13 | 0 | 333.68 | 1 | 0.89 |
| Hex | FF | C6 | DF | 0 | 16 | D | 0 | 14E | 64 | 59 |
| Octal | 377 | 306 | 337 | 0 | 26 | 15 | 0 | 516 | 144 | 131 |
| Binary | 11111111 | 11000110 | 11011111 | 0 | 10110 | 1101 | 0 | 101001110 | 1100100 | 1011001 |
Color Harmonies of #FFC6DF
Complementary color
Monochromatic Colors of #FFC6DF
Black with #FFC6DF
Text Example
Text Example
White with #FFC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC6DF; }
p { color: rgb(255,198,223); }
H1.HeaderClassName
{
color: #FFC6DF;
}
.AnyTagClassName
{
color: #FFC6DF;
}
</style>
background-color css
<style>
a { background-color: #FFC6DF; }
a { background-color: rgb(255,198,223); }
div.DivClassName
{
background-color: #FFC6DF;
}
.BgClassName
{
background-color: #FFC6DF;
}
</style>
border-color css
<style>
span { border-color: #FFC6DF; }
span { border-color: rgb(255,198,223); }
td.TdClassName
{
border-color: #FFC6DF;
}
.TagClassName
{
border-color: #FFC6DF;
}
</style>