Shades of Tea Rose #F67ECC
Tints of Tea Rose #F67ECC
RGB
CMYK
RGB Variations
Color information
#F67ECC (or 0xF67ECC) is known color: Tea Rose. HEX triplet: F6, 7E and CC. RGB value is (246,126,204). Sum of RGB (Red+Green+Blue) = 246+126+204=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F67ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F67ECC is #098133. Grayscale: #AAAAAA. Windows color (decimal): -622900 or 13401846. OLE color: 13401846.
HSL color Cylindrical-coordinate representation of color #F67ECC: hue angle of 321º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F67ECC is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 126 | 204 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.04 |
| HSL | 321º | 0.87% | 0.73% | - |
| HSV(B) | 321º | 0.49% | 0.96% | - |
| XYZ | 56.37 | 38.87 | 61.66 | - |
| YUV | 170.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 126 | 204 | 0 | 0.49 | 0.17 | 0.04 | 321 | 0.87 | 0.73 |
| Hex | F6 | 7E | CC | 0 | 31 | 11 | 4 | 141 | 57 | 49 |
| Octal | 366 | 176 | 314 | 0 | 61 | 21 | 4 | 501 | 127 | 111 |
| Binary | 11110110 | 1111110 | 11001100 | 0 | 110001 | 10001 | 100 | 101000001 | 1010111 | 1001001 |
Color Harmonies of #F67ECC
Complementary color
Monochromatic Colors of #F67ECC
Black with #F67ECC
Text Example
Text Example
White with #F67ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67ECC; }
p { color: rgb(246,126,204); }
H1.HeaderClassName
{
color: #F67ECC;
}
.AnyTagClassName
{
color: #F67ECC;
}
</style>
background-color css
<style>
a { background-color: #F67ECC; }
a { background-color: rgb(246,126,204); }
div.DivClassName
{
background-color: #F67ECC;
}
.BgClassName
{
background-color: #F67ECC;
}
</style>
border-color css
<style>
span { border-color: #F67ECC; }
span { border-color: rgb(246,126,204); }
td.TdClassName
{
border-color: #F67ECC;
}
.TagClassName
{
border-color: #F67ECC;
}
</style>