Shades of Tea Rose #F68EBE
Tints of Tea Rose #F68EBE
RGB
CMYK
RGB Variations
Color information
#F68EBE (or 0xF68EBE) is known color: Tea Rose. HEX triplet: F6, 8E and BE. RGB value is (246,142,190). Sum of RGB (Red+Green+Blue) = 246+142+190=578 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.56% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68EBE is #097141. Grayscale: #B2B2B2. Windows color (decimal): -618818 or 12488438. OLE color: 12488438.
HSL color Cylindrical-coordinate representation of color #F68EBE: hue angle of 332.31º 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 #F68EBE is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 190 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.04 |
| HSL | 332.31º | 0.85% | 0.76% | - |
| HSV(B) | 332.31º | 0.42% | 0.96% | - |
| XYZ | 56.97 | 42.66 | 53.95 | - |
| YUV | 178.57 | 134.46 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 190 | 0 | 0.42 | 0.23 | 0.04 | 332.31 | 0.85 | 0.76 |
| Hex | F6 | 8E | BE | 0 | 2A | 17 | 4 | 14C | 55 | 4C |
| Octal | 366 | 216 | 276 | 0 | 52 | 27 | 4 | 514 | 125 | 114 |
| Binary | 11110110 | 10001110 | 10111110 | 0 | 101010 | 10111 | 100 | 101001100 | 1010101 | 1001100 |
Color Harmonies of #F68EBE
Complementary color
Monochromatic Colors of #F68EBE
Black with #F68EBE
Text Example
Text Example
White with #F68EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EBE; }
p { color: rgb(246,142,190); }
H1.HeaderClassName
{
color: #F68EBE;
}
.AnyTagClassName
{
color: #F68EBE;
}
</style>
background-color css
<style>
a { background-color: #F68EBE; }
a { background-color: rgb(246,142,190); }
div.DivClassName
{
background-color: #F68EBE;
}
.BgClassName
{
background-color: #F68EBE;
}
</style>
border-color css
<style>
span { border-color: #F68EBE; }
span { border-color: rgb(246,142,190); }
td.TdClassName
{
border-color: #F68EBE;
}
.TagClassName
{
border-color: #F68EBE;
}
</style>