Shades of Tea Rose #FF7EC6
Tints of Tea Rose #FF7EC6
RGB
CMYK
RGB Variations
Color information
#FF7EC6 (or 0xFF7EC6) is known color: Tea Rose. HEX triplet: FF, 7E and C6. RGB value is (255,126,198). Sum of RGB (Red+Green+Blue) = 255+126+198=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 126 (49.61% from 255 or 21.76% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EC6 is #008139. Grayscale: #ACACAC. Windows color (decimal): -33082 or 13008639. OLE color: 13008639.
HSL color Cylindrical-coordinate representation of color #FF7EC6: hue angle of 326.51º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7EC6 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 198 | - |
| CMYK | 0 | 0.51 | 0.22 | 0 |
| HSL | 326.51º | 1% | 0.75% | - |
| HSV(B) | 326.51º | 0.51% | 1% | - |
| XYZ | 58.89 | 40.26 | 58.09 | - |
| YUV | 172.78 | 142.24 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 198 | 0 | 0.51 | 0.22 | 0 | 326.51 | 1 | 0.75 |
| Hex | FF | 7E | C6 | 0 | 33 | 16 | 0 | 147 | 64 | 4B |
| Octal | 377 | 176 | 306 | 0 | 63 | 26 | 0 | 507 | 144 | 113 |
| Binary | 11111111 | 1111110 | 11000110 | 0 | 110011 | 10110 | 0 | 101000111 | 1100100 | 1001011 |
Color Harmonies of #FF7EC6
Complementary color
Monochromatic Colors of #FF7EC6
Black with #FF7EC6
Text Example
Text Example
White with #FF7EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7EC6; }
p { color: rgb(255,126,198); }
H1.HeaderClassName
{
color: #FF7EC6;
}
.AnyTagClassName
{
color: #FF7EC6;
}
</style>
background-color css
<style>
a { background-color: #FF7EC6; }
a { background-color: rgb(255,126,198); }
div.DivClassName
{
background-color: #FF7EC6;
}
.BgClassName
{
background-color: #FF7EC6;
}
</style>
border-color css
<style>
span { border-color: #FF7EC6; }
span { border-color: rgb(255,126,198); }
td.TdClassName
{
border-color: #FF7EC6;
}
.TagClassName
{
border-color: #FF7EC6;
}
</style>