Shades of Tea Rose #F68FCE
Tints of Tea Rose #F68FCE
RGB
CMYK
RGB Variations
Color information
#F68FCE (or 0xF68FCE) is known color: Tea Rose. HEX triplet: F6, 8F and CE. RGB value is (246,143,206). Sum of RGB (Red+Green+Blue) = 246+143+206=595 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.34% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68FCE is #097031. Grayscale: #B4B4B4. Windows color (decimal): -618546 or 13537270. OLE color: 13537270.
HSL color Cylindrical-coordinate representation of color #F68FCE: hue angle of 323.3º 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 #F68FCE is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 206 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.04 |
| HSL | 323.3º | 0.85% | 0.76% | - |
| HSV(B) | 323.3º | 0.42% | 0.96% | - |
| XYZ | 58.97 | 43.69 | 63.72 | - |
| YUV | 180.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 206 | 0 | 0.42 | 0.16 | 0.04 | 323.3 | 0.85 | 0.76 |
| Hex | F6 | 8F | CE | 0 | 2A | 10 | 4 | 143 | 55 | 4C |
| Octal | 366 | 217 | 316 | 0 | 52 | 20 | 4 | 503 | 125 | 114 |
| Binary | 11110110 | 10001111 | 11001110 | 0 | 101010 | 10000 | 100 | 101000011 | 1010101 | 1001100 |
Color Harmonies of #F68FCE
Complementary color
Monochromatic Colors of #F68FCE
Black with #F68FCE
Text Example
Text Example
White with #F68FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FCE; }
p { color: rgb(246,143,206); }
H1.HeaderClassName
{
color: #F68FCE;
}
.AnyTagClassName
{
color: #F68FCE;
}
</style>
background-color css
<style>
a { background-color: #F68FCE; }
a { background-color: rgb(246,143,206); }
div.DivClassName
{
background-color: #F68FCE;
}
.BgClassName
{
background-color: #F68FCE;
}
</style>
border-color css
<style>
span { border-color: #F68FCE; }
span { border-color: rgb(246,143,206); }
td.TdClassName
{
border-color: #F68FCE;
}
.TagClassName
{
border-color: #F68FCE;
}
</style>