Shades of Tea Rose #FF7CC6
Tints of Tea Rose #FF7CC6
RGB
CMYK
RGB Variations
Color information
#FF7CC6 (or 0xFF7CC6) is known color: Tea Rose. HEX triplet: FF, 7C and C6. RGB value is (255,124,198). Sum of RGB (Red+Green+Blue) = 255+124+198=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 124 (48.83% from 255 or 21.49% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7CC6 is #008339. Grayscale: #ABABAB. Windows color (decimal): -33594 or 13008127. OLE color: 13008127.
HSL color Cylindrical-coordinate representation of color #FF7CC6: hue angle of 326.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7CC6 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 124 | 198 | - |
| CMYK | 0 | 0.51 | 0.22 | 0 |
| HSL | 326.11º | 1% | 0.74% | - |
| HSV(B) | 326.11º | 0.51% | 1% | - |
| XYZ | 58.64 | 39.75 | 58.01 | - |
| YUV | 171.61 | 142.9 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 124 | 198 | 0 | 0.51 | 0.22 | 0 | 326.11 | 1 | 0.74 |
| Hex | FF | 7C | C6 | 0 | 33 | 16 | 0 | 146 | 64 | 4A |
| Octal | 377 | 174 | 306 | 0 | 63 | 26 | 0 | 506 | 144 | 112 |
| Binary | 11111111 | 1111100 | 11000110 | 0 | 110011 | 10110 | 0 | 101000110 | 1100100 | 1001010 |
Color Harmonies of #FF7CC6
Complementary color
Monochromatic Colors of #FF7CC6
Black with #FF7CC6
Text Example
Text Example
White with #FF7CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7CC6; }
p { color: rgb(255,124,198); }
H1.HeaderClassName
{
color: #FF7CC6;
}
.AnyTagClassName
{
color: #FF7CC6;
}
</style>
background-color css
<style>
a { background-color: #FF7CC6; }
a { background-color: rgb(255,124,198); }
div.DivClassName
{
background-color: #FF7CC6;
}
.BgClassName
{
background-color: #FF7CC6;
}
</style>
border-color css
<style>
span { border-color: #FF7CC6; }
span { border-color: rgb(255,124,198); }
td.TdClassName
{
border-color: #FF7CC6;
}
.TagClassName
{
border-color: #FF7CC6;
}
</style>