Shades of Tea Rose #FF7DC6
Tints of Tea Rose #FF7DC6
RGB
CMYK
RGB Variations
Color information
#FF7DC6 (or 0xFF7DC6) is known color: Tea Rose. HEX triplet: FF, 7D and C6. RGB value is (255,125,198). Sum of RGB (Red+Green+Blue) = 255+125+198=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 125 (49.22% from 255 or 21.63% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DC6 is #008239. Grayscale: #ACACAC. Windows color (decimal): -33338 or 13008383. OLE color: 13008383.
HSL color Cylindrical-coordinate representation of color #FF7DC6: hue angle of 326.31º 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 #FF7DC6 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 125 | 198 | - |
| CMYK | 0 | 0.51 | 0.22 | 0 |
| HSL | 326.31º | 1% | 0.75% | - |
| HSV(B) | 326.31º | 0.51% | 1% | - |
| XYZ | 58.77 | 40 | 58.05 | - |
| YUV | 172.19 | 142.57 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 125 | 198 | 0 | 0.51 | 0.22 | 0 | 326.31 | 1 | 0.75 |
| Hex | FF | 7D | C6 | 0 | 33 | 16 | 0 | 146 | 64 | 4B |
| Octal | 377 | 175 | 306 | 0 | 63 | 26 | 0 | 506 | 144 | 113 |
| Binary | 11111111 | 1111101 | 11000110 | 0 | 110011 | 10110 | 0 | 101000110 | 1100100 | 1001011 |
Color Harmonies of #FF7DC6
Complementary color
Monochromatic Colors of #FF7DC6
Black with #FF7DC6
Text Example
Text Example
White with #FF7DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7DC6; }
p { color: rgb(255,125,198); }
H1.HeaderClassName
{
color: #FF7DC6;
}
.AnyTagClassName
{
color: #FF7DC6;
}
</style>
background-color css
<style>
a { background-color: #FF7DC6; }
a { background-color: rgb(255,125,198); }
div.DivClassName
{
background-color: #FF7DC6;
}
.BgClassName
{
background-color: #FF7DC6;
}
</style>
border-color css
<style>
span { border-color: #FF7DC6; }
span { border-color: rgb(255,125,198); }
td.TdClassName
{
border-color: #FF7DC6;
}
.TagClassName
{
border-color: #FF7DC6;
}
</style>