Shades of Tea Rose #F68EBA
Tints of Tea Rose #F68EBA
RGB
CMYK
RGB Variations
Color information
#F68EBA (or 0xF68EBA) is known color: Tea Rose. HEX triplet: F6, 8E and BA. RGB value is (246,142,186). Sum of RGB (Red+Green+Blue) = 246+142+186=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68EBA is #097145. Grayscale: #B2B2B2. Windows color (decimal): -618822 or 12226294. OLE color: 12226294.
HSL color Cylindrical-coordinate representation of color #F68EBA: hue angle of 334.62º 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 #F68EBA is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 186 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.04 |
| HSL | 334.62º | 0.85% | 0.76% | - |
| HSV(B) | 334.62º | 0.42% | 0.96% | - |
| XYZ | 56.54 | 42.48 | 51.67 | - |
| YUV | 178.11 | 132.46 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 186 | 0 | 0.42 | 0.24 | 0.04 | 334.62 | 0.85 | 0.76 |
| Hex | F6 | 8E | BA | 0 | 2A | 18 | 4 | 14F | 55 | 4C |
| Octal | 366 | 216 | 272 | 0 | 52 | 30 | 4 | 517 | 125 | 114 |
| Binary | 11110110 | 10001110 | 10111010 | 0 | 101010 | 11000 | 100 | 101001111 | 1010101 | 1001100 |
Color Harmonies of #F68EBA
Complementary color
Monochromatic Colors of #F68EBA
Black with #F68EBA
Text Example
Text Example
White with #F68EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EBA; }
p { color: rgb(246,142,186); }
H1.HeaderClassName
{
color: #F68EBA;
}
.AnyTagClassName
{
color: #F68EBA;
}
</style>
background-color css
<style>
a { background-color: #F68EBA; }
a { background-color: rgb(246,142,186); }
div.DivClassName
{
background-color: #F68EBA;
}
.BgClassName
{
background-color: #F68EBA;
}
</style>
border-color css
<style>
span { border-color: #F68EBA; }
span { border-color: rgb(246,142,186); }
td.TdClassName
{
border-color: #F68EBA;
}
.TagClassName
{
border-color: #F68EBA;
}
</style>