Shades of Tea Rose #F686CE
Tints of Tea Rose #F686CE
RGB
CMYK
RGB Variations
Color information
#F686CE (or 0xF686CE) is known color: Tea Rose. HEX triplet: F6, 86 and CE. RGB value is (246,134,206). Sum of RGB (Red+Green+Blue) = 246+134+206=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 134 (52.73% from 255 or 22.87% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F686CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686CE is #097931. Grayscale: #AFAFAF. Windows color (decimal): -620850 or 13534966. OLE color: 13534966.
HSL color Cylindrical-coordinate representation of color #F686CE: hue angle of 321.43º 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 #F686CE is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 206 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.04 |
| HSL | 321.43º | 0.86% | 0.75% | - |
| HSV(B) | 321.43º | 0.46% | 0.96% | - |
| XYZ | 57.67 | 41.1 | 63.29 | - |
| YUV | 175.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 206 | 0 | 0.46 | 0.16 | 0.04 | 321.43 | 0.86 | 0.75 |
| Hex | F6 | 86 | CE | 0 | 2E | 10 | 4 | 141 | 56 | 4B |
| Octal | 366 | 206 | 316 | 0 | 56 | 20 | 4 | 501 | 126 | 113 |
| Binary | 11110110 | 10000110 | 11001110 | 0 | 101110 | 10000 | 100 | 101000001 | 1010110 | 1001011 |
Color Harmonies of #F686CE
Complementary color
Monochromatic Colors of #F686CE
Black with #F686CE
Text Example
Text Example
White with #F686CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686CE; }
p { color: rgb(246,134,206); }
H1.HeaderClassName
{
color: #F686CE;
}
.AnyTagClassName
{
color: #F686CE;
}
</style>
background-color css
<style>
a { background-color: #F686CE; }
a { background-color: rgb(246,134,206); }
div.DivClassName
{
background-color: #F686CE;
}
.BgClassName
{
background-color: #F686CE;
}
</style>
border-color css
<style>
span { border-color: #F686CE; }
span { border-color: rgb(246,134,206); }
td.TdClassName
{
border-color: #F686CE;
}
.TagClassName
{
border-color: #F686CE;
}
</style>