Shades of Tea Rose #F686BD
Tints of Tea Rose #F686BD
RGB
CMYK
RGB Variations
Color information
#F686BD (or 0xF686BD) is known color: Tea Rose. HEX triplet: F6, 86 and BD. RGB value is (246,134,189). Sum of RGB (Red+Green+Blue) = 246+134+189=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 134 (52.73% from 255 or 23.55% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F686BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686BD is #097942. Grayscale: #ADADAD. Windows color (decimal): -620867 or 12420854. OLE color: 12420854.
HSL color Cylindrical-coordinate representation of color #F686BD: hue angle of 330.54º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F686BD is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 189 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.04 |
| HSL | 330.54º | 0.86% | 0.75% | - |
| HSV(B) | 330.54º | 0.46% | 0.96% | - |
| XYZ | 55.72 | 40.32 | 52.99 | - |
| YUV | 173.76 | 136.61 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 189 | 0 | 0.46 | 0.23 | 0.04 | 330.54 | 0.86 | 0.75 |
| Hex | F6 | 86 | BD | 0 | 2E | 17 | 4 | 14B | 56 | 4B |
| Octal | 366 | 206 | 275 | 0 | 56 | 27 | 4 | 513 | 126 | 113 |
| Binary | 11110110 | 10000110 | 10111101 | 0 | 101110 | 10111 | 100 | 101001011 | 1010110 | 1001011 |
Color Harmonies of #F686BD
Complementary color
Monochromatic Colors of #F686BD
Black with #F686BD
Text Example
Text Example
White with #F686BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686BD; }
p { color: rgb(246,134,189); }
H1.HeaderClassName
{
color: #F686BD;
}
.AnyTagClassName
{
color: #F686BD;
}
</style>
background-color css
<style>
a { background-color: #F686BD; }
a { background-color: rgb(246,134,189); }
div.DivClassName
{
background-color: #F686BD;
}
.BgClassName
{
background-color: #F686BD;
}
</style>
border-color css
<style>
span { border-color: #F686BD; }
span { border-color: rgb(246,134,189); }
td.TdClassName
{
border-color: #F686BD;
}
.TagClassName
{
border-color: #F686BD;
}
</style>