Shades of Tea Rose #F686D3
Tints of Tea Rose #F686D3
RGB
CMYK
RGB Variations
Color information
#F686D3 (or 0xF686D3) is known color: Tea Rose. HEX triplet: F6, 86 and D3. RGB value is (246,134,211). Sum of RGB (Red+Green+Blue) = 246+134+211=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F686D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686D3 is #09792C. Grayscale: #B0B0B0. Windows color (decimal): -620845 or 13862646. OLE color: 13862646.
HSL color Cylindrical-coordinate representation of color #F686D3: hue angle of 318.75º 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 #F686D3 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 211 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.04 |
| HSL | 318.75º | 0.86% | 0.75% | - |
| HSV(B) | 318.75º | 0.46% | 0.96% | - |
| XYZ | 58.29 | 41.35 | 66.54 | - |
| YUV | 176.27 | 147.61 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 211 | 0 | 0.46 | 0.14 | 0.04 | 318.75 | 0.86 | 0.75 |
| Hex | F6 | 86 | D3 | 0 | 2E | E | 4 | 13F | 56 | 4B |
| Octal | 366 | 206 | 323 | 0 | 56 | 16 | 4 | 477 | 126 | 113 |
| Binary | 11110110 | 10000110 | 11010011 | 0 | 101110 | 1110 | 100 | 100111111 | 1010110 | 1001011 |
Color Harmonies of #F686D3
Complementary color
Monochromatic Colors of #F686D3
Black with #F686D3
Text Example
Text Example
White with #F686D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686D3; }
p { color: rgb(246,134,211); }
H1.HeaderClassName
{
color: #F686D3;
}
.AnyTagClassName
{
color: #F686D3;
}
</style>
background-color css
<style>
a { background-color: #F686D3; }
a { background-color: rgb(246,134,211); }
div.DivClassName
{
background-color: #F686D3;
}
.BgClassName
{
background-color: #F686D3;
}
</style>
border-color css
<style>
span { border-color: #F686D3; }
span { border-color: rgb(246,134,211); }
td.TdClassName
{
border-color: #F686D3;
}
.TagClassName
{
border-color: #F686D3;
}
</style>