Shades of Classic Rose #F6BCDF
Tints of Classic Rose #F6BCDF
RGB
CMYK
RGB Variations
Color information
#F6BCDF (or 0xF6BCDF) is known color: Classic Rose. HEX triplet: F6, BC and DF. RGB value is (246,188,223). Sum of RGB (Red+Green+Blue) = 246+188+223=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 188 (73.83% from 255 or 28.61% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BCDF is #094320. Grayscale: #D1D1D1. Windows color (decimal): -607009 or 14662902. OLE color: 14662902.
HSL color Cylindrical-coordinate representation of color #F6BCDF: hue angle of 323.79º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6BCDF is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 223 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.04 |
| HSL | 323.79º | 0.76% | 0.85% | - |
| HSV(B) | 323.79º | 0.24% | 0.96% | - |
| XYZ | 69.31 | 60.89 | 77.91 | - |
| YUV | 209.33 | 135.72 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 223 | 0 | 0.24 | 0.09 | 0.04 | 323.79 | 0.76 | 0.85 |
| Hex | F6 | BC | DF | 0 | 18 | 9 | 4 | 144 | 4C | 55 |
| Octal | 366 | 274 | 337 | 0 | 30 | 11 | 4 | 504 | 114 | 125 |
| Binary | 11110110 | 10111100 | 11011111 | 0 | 11000 | 1001 | 100 | 101000100 | 1001100 | 1010101 |
Color Harmonies of #F6BCDF
Complementary color
Monochromatic Colors of #F6BCDF
Black with #F6BCDF
Text Example
Text Example
White with #F6BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BCDF; }
p { color: rgb(246,188,223); }
H1.HeaderClassName
{
color: #F6BCDF;
}
.AnyTagClassName
{
color: #F6BCDF;
}
</style>
background-color css
<style>
a { background-color: #F6BCDF; }
a { background-color: rgb(246,188,223); }
div.DivClassName
{
background-color: #F6BCDF;
}
.BgClassName
{
background-color: #F6BCDF;
}
</style>
border-color css
<style>
span { border-color: #F6BCDF; }
span { border-color: rgb(246,188,223); }
td.TdClassName
{
border-color: #F6BCDF;
}
.TagClassName
{
border-color: #F6BCDF;
}
</style>