Shades of Tea Rose #F68DBB
Tints of Tea Rose #F68DBB
RGB
CMYK
RGB Variations
Color information
#F68DBB (or 0xF68DBB) is known color: Tea Rose. HEX triplet: F6, 8D and BB. RGB value is (246,141,187). Sum of RGB (Red+Green+Blue) = 246+141+187=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68DBB is #097244. Grayscale: #B1B1B1. Windows color (decimal): -619077 or 12291574. OLE color: 12291574.
HSL color Cylindrical-coordinate representation of color #F68DBB: hue angle of 333.71º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68DBB is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 187 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.04 |
| HSL | 333.71º | 0.85% | 0.76% | - |
| HSV(B) | 333.71º | 0.43% | 0.96% | - |
| XYZ | 56.5 | 42.23 | 52.19 | - |
| YUV | 177.64 | 133.29 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 187 | 0 | 0.43 | 0.24 | 0.04 | 333.71 | 0.85 | 0.76 |
| Hex | F6 | 8D | BB | 0 | 2B | 18 | 4 | 14E | 55 | 4C |
| Octal | 366 | 215 | 273 | 0 | 53 | 30 | 4 | 516 | 125 | 114 |
| Binary | 11110110 | 10001101 | 10111011 | 0 | 101011 | 11000 | 100 | 101001110 | 1010101 | 1001100 |
Color Harmonies of #F68DBB
Complementary color
Monochromatic Colors of #F68DBB
Black with #F68DBB
Text Example
Text Example
White with #F68DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DBB; }
p { color: rgb(246,141,187); }
H1.HeaderClassName
{
color: #F68DBB;
}
.AnyTagClassName
{
color: #F68DBB;
}
</style>
background-color css
<style>
a { background-color: #F68DBB; }
a { background-color: rgb(246,141,187); }
div.DivClassName
{
background-color: #F68DBB;
}
.BgClassName
{
background-color: #F68DBB;
}
</style>
border-color css
<style>
span { border-color: #F68DBB; }
span { border-color: rgb(246,141,187); }
td.TdClassName
{
border-color: #F68DBB;
}
.TagClassName
{
border-color: #F68DBB;
}
</style>