Shades of Tea Rose #F688BE
Tints of Tea Rose #F688BE
RGB
CMYK
RGB Variations
Color information
#F688BE (or 0xF688BE) is known color: Tea Rose. HEX triplet: F6, 88 and BE. RGB value is (246,136,190). Sum of RGB (Red+Green+Blue) = 246+136+190=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F688BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F688BE is #097741. Grayscale: #AEAEAE. Windows color (decimal): -620354 or 12486902. OLE color: 12486902.
HSL color Cylindrical-coordinate representation of color #F688BE: hue angle of 330.55º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F688BE is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 190 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.04 |
| HSL | 330.55º | 0.86% | 0.75% | - |
| HSV(B) | 330.55º | 0.45% | 0.96% | - |
| XYZ | 56.1 | 40.92 | 53.66 | - |
| YUV | 175.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 190 | 0 | 0.45 | 0.23 | 0.04 | 330.55 | 0.86 | 0.75 |
| Hex | F6 | 88 | BE | 0 | 2D | 17 | 4 | 14B | 56 | 4B |
| Octal | 366 | 210 | 276 | 0 | 55 | 27 | 4 | 513 | 126 | 113 |
| Binary | 11110110 | 10001000 | 10111110 | 0 | 101101 | 10111 | 100 | 101001011 | 1010110 | 1001011 |
Color Harmonies of #F688BE
Complementary color
Monochromatic Colors of #F688BE
Black with #F688BE
Text Example
Text Example
White with #F688BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F688BE; }
p { color: rgb(246,136,190); }
H1.HeaderClassName
{
color: #F688BE;
}
.AnyTagClassName
{
color: #F688BE;
}
</style>
background-color css
<style>
a { background-color: #F688BE; }
a { background-color: rgb(246,136,190); }
div.DivClassName
{
background-color: #F688BE;
}
.BgClassName
{
background-color: #F688BE;
}
</style>
border-color css
<style>
span { border-color: #F688BE; }
span { border-color: rgb(246,136,190); }
td.TdClassName
{
border-color: #F688BE;
}
.TagClassName
{
border-color: #F688BE;
}
</style>