Shades of Tea Rose #FF7ECC
Tints of Tea Rose #FF7ECC
RGB
CMYK
RGB Variations
Color information
#FF7ECC (or 0xFF7ECC) is known color: Tea Rose. HEX triplet: FF, 7E and CC. RGB value is (255,126,204). Sum of RGB (Red+Green+Blue) = 255+126+204=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ECC is #008133. Grayscale: #ADADAD. Windows color (decimal): -33076 or 13401855. OLE color: 13401855.
HSL color Cylindrical-coordinate representation of color #FF7ECC: hue angle of 323.72º 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 #FF7ECC is Cyan = 0, Magento = 0.51, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 204 | - |
| CMYK | 0 | 0.51 | 0.2 | 0 |
| HSL | 323.72º | 1% | 0.75% | - |
| HSV(B) | 323.72º | 0.51% | 1% | - |
| XYZ | 59.6 | 40.54 | 61.81 | - |
| YUV | 173.46 | 145.24 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 204 | 0 | 0.51 | 0.2 | 0 | 323.72 | 1 | 0.75 |
| Hex | FF | 7E | CC | 0 | 33 | 14 | 0 | 144 | 64 | 4B |
| Octal | 377 | 176 | 314 | 0 | 63 | 24 | 0 | 504 | 144 | 113 |
| Binary | 11111111 | 1111110 | 11001100 | 0 | 110011 | 10100 | 0 | 101000100 | 1100100 | 1001011 |
Color Harmonies of #FF7ECC
Complementary color
Monochromatic Colors of #FF7ECC
Black with #FF7ECC
Text Example
Text Example
White with #FF7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ECC; }
p { color: rgb(255,126,204); }
H1.HeaderClassName
{
color: #FF7ECC;
}
.AnyTagClassName
{
color: #FF7ECC;
}
</style>
background-color css
<style>
a { background-color: #FF7ECC; }
a { background-color: rgb(255,126,204); }
div.DivClassName
{
background-color: #FF7ECC;
}
.BgClassName
{
background-color: #FF7ECC;
}
</style>
border-color css
<style>
span { border-color: #FF7ECC; }
span { border-color: rgb(255,126,204); }
td.TdClassName
{
border-color: #FF7ECC;
}
.TagClassName
{
border-color: #FF7ECC;
}
</style>