Shades of Tea Rose #F688BD
Tints of Tea Rose #F688BD
RGB
CMYK
RGB Variations
Color information
#F688BD (or 0xF688BD) is known color: Tea Rose. HEX triplet: F6, 88 and BD. RGB value is (246,136,189). Sum of RGB (Red+Green+Blue) = 246+136+189=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F688BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F688BD is #097742. Grayscale: #AEAEAE. Windows color (decimal): -620355 or 12421366. OLE color: 12421366.
HSL color Cylindrical-coordinate representation of color #F688BD: hue angle of 331.09º 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 #F688BD is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 189 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.04 |
| HSL | 331.09º | 0.86% | 0.75% | - |
| HSV(B) | 331.09º | 0.45% | 0.96% | - |
| XYZ | 56 | 40.88 | 53.08 | - |
| YUV | 174.93 | 135.94 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 189 | 0 | 0.45 | 0.23 | 0.04 | 331.09 | 0.86 | 0.75 |
| Hex | F6 | 88 | BD | 0 | 2D | 17 | 4 | 14B | 56 | 4B |
| Octal | 366 | 210 | 275 | 0 | 55 | 27 | 4 | 513 | 126 | 113 |
| Binary | 11110110 | 10001000 | 10111101 | 0 | 101101 | 10111 | 100 | 101001011 | 1010110 | 1001011 |
Color Harmonies of #F688BD
Complementary color
Monochromatic Colors of #F688BD
Black with #F688BD
Text Example
Text Example
White with #F688BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F688BD; }
p { color: rgb(246,136,189); }
H1.HeaderClassName
{
color: #F688BD;
}
.AnyTagClassName
{
color: #F688BD;
}
</style>
background-color css
<style>
a { background-color: #F688BD; }
a { background-color: rgb(246,136,189); }
div.DivClassName
{
background-color: #F688BD;
}
.BgClassName
{
background-color: #F688BD;
}
</style>
border-color css
<style>
span { border-color: #F688BD; }
span { border-color: rgb(246,136,189); }
td.TdClassName
{
border-color: #F688BD;
}
.TagClassName
{
border-color: #F688BD;
}
</style>