Shades of Tea Rose #FF7ECF
Tints of Tea Rose #FF7ECF
RGB
CMYK
RGB Variations
Color information
#FF7ECF (or 0xFF7ECF) is known color: Tea Rose. HEX triplet: FF, 7E and CF. RGB value is (255,126,207). Sum of RGB (Red+Green+Blue) = 255+126+207=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ECF is #008130. Grayscale: #ADADAD. Windows color (decimal): -33073 or 13598463. OLE color: 13598463.
HSL color Cylindrical-coordinate representation of color #FF7ECF: hue angle of 322.33º 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 #FF7ECF is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 207 | - |
| CMYK | 0 | 0.51 | 0.19 | 0 |
| HSL | 322.33º | 1% | 0.75% | - |
| HSV(B) | 322.33º | 0.51% | 1% | - |
| XYZ | 59.96 | 40.69 | 63.72 | - |
| YUV | 173.81 | 146.74 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 207 | 0 | 0.51 | 0.19 | 0 | 322.33 | 1 | 0.75 |
| Hex | FF | 7E | CF | 0 | 33 | 13 | 0 | 142 | 64 | 4B |
| Octal | 377 | 176 | 317 | 0 | 63 | 23 | 0 | 502 | 144 | 113 |
| Binary | 11111111 | 1111110 | 11001111 | 0 | 110011 | 10011 | 0 | 101000010 | 1100100 | 1001011 |
Color Harmonies of #FF7ECF
Complementary color
Monochromatic Colors of #FF7ECF
Black with #FF7ECF
Text Example
Text Example
White with #FF7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7ECF; }
p { color: rgb(255,126,207); }
H1.HeaderClassName
{
color: #FF7ECF;
}
.AnyTagClassName
{
color: #FF7ECF;
}
</style>
background-color css
<style>
a { background-color: #FF7ECF; }
a { background-color: rgb(255,126,207); }
div.DivClassName
{
background-color: #FF7ECF;
}
.BgClassName
{
background-color: #FF7ECF;
}
</style>
border-color css
<style>
span { border-color: #FF7ECF; }
span { border-color: rgb(255,126,207); }
td.TdClassName
{
border-color: #FF7ECF;
}
.TagClassName
{
border-color: #FF7ECF;
}
</style>