Shades of Classic Rose #F6BCDD
Tints of Classic Rose #F6BCDD
RGB
CMYK
RGB Variations
Color information
#F6BCDD (or 0xF6BCDD) is known color: Classic Rose. HEX triplet: F6, BC and DD. RGB value is (246,188,221). Sum of RGB (Red+Green+Blue) = 246+188+221=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 188 (73.83% from 255 or 28.70% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BCDD is #094322. Grayscale: #D1D1D1. Windows color (decimal): -607011 or 14531830. OLE color: 14531830.
HSL color Cylindrical-coordinate representation of color #F6BCDD: hue angle of 325.86º 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 #F6BCDD is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 221 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.04 |
| HSL | 325.86º | 0.76% | 0.85% | - |
| HSV(B) | 325.86º | 0.24% | 0.96% | - |
| XYZ | 69.04 | 60.78 | 76.5 | - |
| YUV | 209.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 221 | 0 | 0.24 | 0.10 | 0.04 | 325.86 | 0.76 | 0.85 |
| Hex | F6 | BC | DD | 0 | 18 | A | 4 | 146 | 4C | 55 |
| Octal | 366 | 274 | 335 | 0 | 30 | 12 | 4 | 506 | 114 | 125 |
| Binary | 11110110 | 10111100 | 11011101 | 0 | 11000 | 1010 | 100 | 101000110 | 1001100 | 1010101 |
Color Harmonies of #F6BCDD
Complementary color
Monochromatic Colors of #F6BCDD
Black with #F6BCDD
Text Example
Text Example
White with #F6BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BCDD; }
p { color: rgb(246,188,221); }
H1.HeaderClassName
{
color: #F6BCDD;
}
.AnyTagClassName
{
color: #F6BCDD;
}
</style>
background-color css
<style>
a { background-color: #F6BCDD; }
a { background-color: rgb(246,188,221); }
div.DivClassName
{
background-color: #F6BCDD;
}
.BgClassName
{
background-color: #F6BCDD;
}
</style>
border-color css
<style>
span { border-color: #F6BCDD; }
span { border-color: rgb(246,188,221); }
td.TdClassName
{
border-color: #F6BCDD;
}
.TagClassName
{
border-color: #F6BCDD;
}
</style>