Shades of Classic Rose #F6CCDF
Tints of Classic Rose #F6CCDF
RGB
CMYK
RGB Variations
Color information
#F6CCDF (or 0xF6CCDF) is known color: Classic Rose. HEX triplet: F6, CC and DF. RGB value is (246,204,223). Sum of RGB (Red+Green+Blue) = 246+204+223=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 204 (80.08% from 255 or 30.31% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCDF is #093320. Grayscale: #DADADA. Windows color (decimal): -602913 or 14666998. OLE color: 14666998.
HSL color Cylindrical-coordinate representation of color #F6CCDF: hue angle of 332.86º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CCDF is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 223 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.04 |
| HSL | 332.86º | 0.7% | 0.88% | - |
| HSV(B) | 332.86º | 0.17% | 0.96% | - |
| XYZ | 72.92 | 68.11 | 79.11 | - |
| YUV | 218.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 223 | 0 | 0.17 | 0.09 | 0.04 | 332.86 | 0.7 | 0.88 |
| Hex | F6 | CC | DF | 0 | 11 | 9 | 4 | 14D | 46 | 58 |
| Octal | 366 | 314 | 337 | 0 | 21 | 11 | 4 | 515 | 106 | 130 |
| Binary | 11110110 | 11001100 | 11011111 | 0 | 10001 | 1001 | 100 | 101001101 | 1000110 | 1011000 |
Color Harmonies of #F6CCDF
Complementary color
Monochromatic Colors of #F6CCDF
Black with #F6CCDF
Text Example
Text Example
White with #F6CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CCDF; }
p { color: rgb(246,204,223); }
H1.HeaderClassName
{
color: #F6CCDF;
}
.AnyTagClassName
{
color: #F6CCDF;
}
</style>
background-color css
<style>
a { background-color: #F6CCDF; }
a { background-color: rgb(246,204,223); }
div.DivClassName
{
background-color: #F6CCDF;
}
.BgClassName
{
background-color: #F6CCDF;
}
</style>
border-color css
<style>
span { border-color: #F6CCDF; }
span { border-color: rgb(246,204,223); }
td.TdClassName
{
border-color: #F6CCDF;
}
.TagClassName
{
border-color: #F6CCDF;
}
</style>