Shades of Classic Rose #F6BCDA
Tints of Classic Rose #F6BCDA
RGB
CMYK
RGB Variations
Color information
#F6BCDA (or 0xF6BCDA) is known color: Classic Rose. HEX triplet: F6, BC and DA. RGB value is (246,188,218). Sum of RGB (Red+Green+Blue) = 246+188+218=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BCDA is #094325. Grayscale: #D0D0D0. Windows color (decimal): -607014 or 14335222. OLE color: 14335222.
HSL color Cylindrical-coordinate representation of color #F6BCDA: hue angle of 328.97º 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 #F6BCDA is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 188 | 218 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.04 |
| HSL | 328.97º | 0.76% | 0.85% | - |
| HSV(B) | 328.97º | 0.24% | 0.96% | - |
| XYZ | 68.64 | 60.62 | 74.41 | - |
| YUV | 208.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 188 | 218 | 0 | 0.24 | 0.11 | 0.04 | 328.97 | 0.76 | 0.85 |
| Hex | F6 | BC | DA | 0 | 18 | B | 4 | 149 | 4C | 55 |
| Octal | 366 | 274 | 332 | 0 | 30 | 13 | 4 | 511 | 114 | 125 |
| Binary | 11110110 | 10111100 | 11011010 | 0 | 11000 | 1011 | 100 | 101001001 | 1001100 | 1010101 |
Color Harmonies of #F6BCDA
Complementary color
Monochromatic Colors of #F6BCDA
Black with #F6BCDA
Text Example
Text Example
White with #F6BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BCDA; }
p { color: rgb(246,188,218); }
H1.HeaderClassName
{
color: #F6BCDA;
}
.AnyTagClassName
{
color: #F6BCDA;
}
</style>
background-color css
<style>
a { background-color: #F6BCDA; }
a { background-color: rgb(246,188,218); }
div.DivClassName
{
background-color: #F6BCDA;
}
.BgClassName
{
background-color: #F6BCDA;
}
</style>
border-color css
<style>
span { border-color: #F6BCDA; }
span { border-color: rgb(246,188,218); }
td.TdClassName
{
border-color: #F6BCDA;
}
.TagClassName
{
border-color: #F6BCDA;
}
</style>