Shades of Tea Rose #F686BE
Tints of Tea Rose #F686BE
RGB
CMYK
RGB Variations
Color information
#F686BE (or 0xF686BE) is known color: Tea Rose. HEX triplet: F6, 86 and BE. RGB value is (246,134,190). Sum of RGB (Red+Green+Blue) = 246+134+190=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F686BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686BE is #097941. Grayscale: #ADADAD. Windows color (decimal): -620866 or 12486390. OLE color: 12486390.
HSL color Cylindrical-coordinate representation of color #F686BE: hue angle of 330º 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 #F686BE is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 190 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.04 |
| HSL | 330º | 0.86% | 0.75% | - |
| HSV(B) | 330º | 0.46% | 0.96% | - |
| XYZ | 55.83 | 40.36 | 53.56 | - |
| YUV | 173.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 190 | 0 | 0.46 | 0.23 | 0.04 | 330 | 0.86 | 0.75 |
| Hex | F6 | 86 | BE | 0 | 2E | 17 | 4 | 14A | 56 | 4B |
| Octal | 366 | 206 | 276 | 0 | 56 | 27 | 4 | 512 | 126 | 113 |
| Binary | 11110110 | 10000110 | 10111110 | 0 | 101110 | 10111 | 100 | 101001010 | 1010110 | 1001011 |
Color Harmonies of #F686BE
Complementary color
Monochromatic Colors of #F686BE
Black with #F686BE
Text Example
Text Example
White with #F686BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686BE; }
p { color: rgb(246,134,190); }
H1.HeaderClassName
{
color: #F686BE;
}
.AnyTagClassName
{
color: #F686BE;
}
</style>
background-color css
<style>
a { background-color: #F686BE; }
a { background-color: rgb(246,134,190); }
div.DivClassName
{
background-color: #F686BE;
}
.BgClassName
{
background-color: #F686BE;
}
</style>
border-color css
<style>
span { border-color: #F686BE; }
span { border-color: rgb(246,134,190); }
td.TdClassName
{
border-color: #F686BE;
}
.TagClassName
{
border-color: #F686BE;
}
</style>