Shades of Classic Rose #F6BCDC
Tints of Classic Rose #F6BCDC
RGB
CMYK
RGB Variations
Color information
#F6BCDC (or 0xF6BCDC) is known color: Classic Rose. HEX triplet: F6, BC and DC. RGB value is (246,188,220). Sum of RGB (Red+Green+Blue) = 246+188+220=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BCDC is #094323. Grayscale: #D0D0D0. Windows color (decimal): -607012 or 14466294. OLE color: 14466294.
HSL color Cylindrical-coordinate representation of color #F6BCDC: hue angle of 326.9º 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 #F6BCDC is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 220 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.04 |
| HSL | 326.9º | 0.76% | 0.85% | - |
| HSV(B) | 326.9º | 0.24% | 0.96% | - |
| XYZ | 68.91 | 60.73 | 75.8 | - |
| YUV | 208.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 220 | 0 | 0.24 | 0.11 | 0.04 | 326.9 | 0.76 | 0.85 |
| Hex | F6 | BC | DC | 0 | 18 | B | 4 | 147 | 4C | 55 |
| Octal | 366 | 274 | 334 | 0 | 30 | 13 | 4 | 507 | 114 | 125 |
| Binary | 11110110 | 10111100 | 11011100 | 0 | 11000 | 1011 | 100 | 101000111 | 1001100 | 1010101 |
Color Harmonies of #F6BCDC
Complementary color
Monochromatic Colors of #F6BCDC
Black with #F6BCDC
Text Example
Text Example
White with #F6BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BCDC; }
p { color: rgb(246,188,220); }
H1.HeaderClassName
{
color: #F6BCDC;
}
.AnyTagClassName
{
color: #F6BCDC;
}
</style>
background-color css
<style>
a { background-color: #F6BCDC; }
a { background-color: rgb(246,188,220); }
div.DivClassName
{
background-color: #F6BCDC;
}
.BgClassName
{
background-color: #F6BCDC;
}
</style>
border-color css
<style>
span { border-color: #F6BCDC; }
span { border-color: rgb(246,188,220); }
td.TdClassName
{
border-color: #F6BCDC;
}
.TagClassName
{
border-color: #F6BCDC;
}
</style>