Shades of Classic Rose #F6BBDD
Tints of Classic Rose #F6BBDD
RGB
CMYK
RGB Variations
Color information
#F6BBDD (or 0xF6BBDD) is known color: Classic Rose. HEX triplet: F6, BB and DD. RGB value is (246,187,221). Sum of RGB (Red+Green+Blue) = 246+187+221=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BBDD is #094422. Grayscale: #D0D0D0. Windows color (decimal): -607267 or 14531574. OLE color: 14531574.
HSL color Cylindrical-coordinate representation of color #F6BBDD: hue angle of 325.42º degrees, saturation: 0.77, 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 #F6BBDD is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 187 | 221 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.04 |
| HSL | 325.42º | 0.77% | 0.85% | - |
| HSV(B) | 325.42º | 0.24% | 0.96% | - |
| XYZ | 68.83 | 60.35 | 76.43 | - |
| YUV | 208.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 187 | 221 | 0 | 0.24 | 0.10 | 0.04 | 325.42 | 0.77 | 0.85 |
| Hex | F6 | BB | DD | 0 | 18 | A | 4 | 145 | 4D | 55 |
| Octal | 366 | 273 | 335 | 0 | 30 | 12 | 4 | 505 | 115 | 125 |
| Binary | 11110110 | 10111011 | 11011101 | 0 | 11000 | 1010 | 100 | 101000101 | 1001101 | 1010101 |
Color Harmonies of #F6BBDD
Complementary color
Monochromatic Colors of #F6BBDD
Black with #F6BBDD
Text Example
Text Example
White with #F6BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BBDD; }
p { color: rgb(246,187,221); }
H1.HeaderClassName
{
color: #F6BBDD;
}
.AnyTagClassName
{
color: #F6BBDD;
}
</style>
background-color css
<style>
a { background-color: #F6BBDD; }
a { background-color: rgb(246,187,221); }
div.DivClassName
{
background-color: #F6BBDD;
}
.BgClassName
{
background-color: #F6BBDD;
}
</style>
border-color css
<style>
span { border-color: #F6BBDD; }
span { border-color: rgb(246,187,221); }
td.TdClassName
{
border-color: #F6BBDD;
}
.TagClassName
{
border-color: #F6BBDD;
}
</style>