Shades of Tea Rose #F68CBE
Tints of Tea Rose #F68CBE
RGB
CMYK
RGB Variations
Color information
#F68CBE (or 0xF68CBE) is known color: Tea Rose. HEX triplet: F6, 8C and BE. RGB value is (246,140,190). Sum of RGB (Red+Green+Blue) = 246+140+190=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CBE is #097341. Grayscale: #B1B1B1. Windows color (decimal): -619330 or 12487926. OLE color: 12487926.
HSL color Cylindrical-coordinate representation of color #F68CBE: hue angle of 331.7º 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 #F68CBE is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 190 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.04 |
| HSL | 331.7º | 0.85% | 0.76% | - |
| HSV(B) | 331.7º | 0.43% | 0.96% | - |
| XYZ | 56.68 | 42.07 | 53.85 | - |
| YUV | 177.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 190 | 0 | 0.43 | 0.23 | 0.04 | 331.7 | 0.85 | 0.76 |
| Hex | F6 | 8C | BE | 0 | 2B | 17 | 4 | 14C | 55 | 4C |
| Octal | 366 | 214 | 276 | 0 | 53 | 27 | 4 | 514 | 125 | 114 |
| Binary | 11110110 | 10001100 | 10111110 | 0 | 101011 | 10111 | 100 | 101001100 | 1010101 | 1001100 |
Color Harmonies of #F68CBE
Complementary color
Monochromatic Colors of #F68CBE
Black with #F68CBE
Text Example
Text Example
White with #F68CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68CBE; }
p { color: rgb(246,140,190); }
H1.HeaderClassName
{
color: #F68CBE;
}
.AnyTagClassName
{
color: #F68CBE;
}
</style>
background-color css
<style>
a { background-color: #F68CBE; }
a { background-color: rgb(246,140,190); }
div.DivClassName
{
background-color: #F68CBE;
}
.BgClassName
{
background-color: #F68CBE;
}
</style>
border-color css
<style>
span { border-color: #F68CBE; }
span { border-color: rgb(246,140,190); }
td.TdClassName
{
border-color: #F68CBE;
}
.TagClassName
{
border-color: #F68CBE;
}
</style>