Shades of Tea Rose #F688BC
Tints of Tea Rose #F688BC
RGB
CMYK
RGB Variations
Color information
#F688BC (or 0xF688BC) is known color: Tea Rose. HEX triplet: F6, 88 and BC. RGB value is (246,136,188). Sum of RGB (Red+Green+Blue) = 246+136+188=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F688BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F688BC is #097743. Grayscale: #AEAEAE. Windows color (decimal): -620356 or 12355830. OLE color: 12355830.
HSL color Cylindrical-coordinate representation of color #F688BC: hue angle of 331.64º 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 #F688BC is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 188 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.04 |
| HSL | 331.64º | 0.86% | 0.75% | - |
| HSV(B) | 331.64º | 0.45% | 0.96% | - |
| XYZ | 55.89 | 40.83 | 52.51 | - |
| YUV | 174.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 188 | 0 | 0.45 | 0.24 | 0.04 | 331.64 | 0.86 | 0.75 |
| Hex | F6 | 88 | BC | 0 | 2D | 18 | 4 | 14C | 56 | 4B |
| Octal | 366 | 210 | 274 | 0 | 55 | 30 | 4 | 514 | 126 | 113 |
| Binary | 11110110 | 10001000 | 10111100 | 0 | 101101 | 11000 | 100 | 101001100 | 1010110 | 1001011 |
Color Harmonies of #F688BC
Complementary color
Monochromatic Colors of #F688BC
Black with #F688BC
Text Example
Text Example
White with #F688BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F688BC; }
p { color: rgb(246,136,188); }
H1.HeaderClassName
{
color: #F688BC;
}
.AnyTagClassName
{
color: #F688BC;
}
</style>
background-color css
<style>
a { background-color: #F688BC; }
a { background-color: rgb(246,136,188); }
div.DivClassName
{
background-color: #F688BC;
}
.BgClassName
{
background-color: #F688BC;
}
</style>
border-color css
<style>
span { border-color: #F688BC; }
span { border-color: rgb(246,136,188); }
td.TdClassName
{
border-color: #F688BC;
}
.TagClassName
{
border-color: #F688BC;
}
</style>