Shades of Tea Rose #F68DCB
Tints of Tea Rose #F68DCB
RGB
CMYK
RGB Variations
Color information
#F68DCB (or 0xF68DCB) is known color: Tea Rose. HEX triplet: F6, 8D and CB. RGB value is (246,141,203). Sum of RGB (Red+Green+Blue) = 246+141+203=590 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.69% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68DCB is #097234. Grayscale: #B3B3B3. Windows color (decimal): -619061 or 13340150. OLE color: 13340150.
HSL color Cylindrical-coordinate representation of color #F68DCB: hue angle of 324.57º 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 #F68DCB is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 203 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.04 |
| HSL | 324.57º | 0.85% | 0.76% | - |
| HSV(B) | 324.57º | 0.43% | 0.96% | - |
| XYZ | 58.31 | 42.95 | 61.72 | - |
| YUV | 179.46 | 141.29 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 203 | 0 | 0.43 | 0.17 | 0.04 | 324.57 | 0.85 | 0.76 |
| Hex | F6 | 8D | CB | 0 | 2B | 11 | 4 | 145 | 55 | 4C |
| Octal | 366 | 215 | 313 | 0 | 53 | 21 | 4 | 505 | 125 | 114 |
| Binary | 11110110 | 10001101 | 11001011 | 0 | 101011 | 10001 | 100 | 101000101 | 1010101 | 1001100 |
Color Harmonies of #F68DCB
Complementary color
Monochromatic Colors of #F68DCB
Black with #F68DCB
Text Example
Text Example
White with #F68DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68DCB; }
p { color: rgb(246,141,203); }
H1.HeaderClassName
{
color: #F68DCB;
}
.AnyTagClassName
{
color: #F68DCB;
}
</style>
background-color css
<style>
a { background-color: #F68DCB; }
a { background-color: rgb(246,141,203); }
div.DivClassName
{
background-color: #F68DCB;
}
.BgClassName
{
background-color: #F68DCB;
}
</style>
border-color css
<style>
span { border-color: #F68DCB; }
span { border-color: rgb(246,141,203); }
td.TdClassName
{
border-color: #F68DCB;
}
.TagClassName
{
border-color: #F68DCB;
}
</style>