Shades of Tea Rose #F68FBD
Tints of Tea Rose #F68FBD
RGB
CMYK
RGB Variations
Color information
#F68FBD (or 0xF68FBD) is known color: Tea Rose. HEX triplet: F6, 8F and BD. RGB value is (246,143,189). Sum of RGB (Red+Green+Blue) = 246+143+189=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FBD is #097042. Grayscale: #B2B2B2. Windows color (decimal): -618563 or 12423158. OLE color: 12423158.
HSL color Cylindrical-coordinate representation of color #F68FBD: hue angle of 333.2º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68FBD is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 189 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.04 |
| HSL | 333.2º | 0.85% | 0.76% | - |
| HSV(B) | 333.2º | 0.42% | 0.96% | - |
| XYZ | 57.01 | 42.91 | 53.42 | - |
| YUV | 179.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 189 | 0 | 0.42 | 0.23 | 0.04 | 333.2 | 0.85 | 0.76 |
| Hex | F6 | 8F | BD | 0 | 2A | 17 | 4 | 14D | 55 | 4C |
| Octal | 366 | 217 | 275 | 0 | 52 | 27 | 4 | 515 | 125 | 114 |
| Binary | 11110110 | 10001111 | 10111101 | 0 | 101010 | 10111 | 100 | 101001101 | 1010101 | 1001100 |
Color Harmonies of #F68FBD
Complementary color
Monochromatic Colors of #F68FBD
Black with #F68FBD
Text Example
Text Example
White with #F68FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FBD; }
p { color: rgb(246,143,189); }
H1.HeaderClassName
{
color: #F68FBD;
}
.AnyTagClassName
{
color: #F68FBD;
}
</style>
background-color css
<style>
a { background-color: #F68FBD; }
a { background-color: rgb(246,143,189); }
div.DivClassName
{
background-color: #F68FBD;
}
.BgClassName
{
background-color: #F68FBD;
}
</style>
border-color css
<style>
span { border-color: #F68FBD; }
span { border-color: rgb(246,143,189); }
td.TdClassName
{
border-color: #F68FBD;
}
.TagClassName
{
border-color: #F68FBD;
}
</style>