Shades of Tea Rose #FE7ECF
Tints of Tea Rose #FE7ECF
RGB
CMYK
RGB Variations
Color information
#FE7ECF (or 0xFE7ECF) is known color: Tea Rose. HEX triplet: FE, 7E and CF. RGB value is (254,126,207). Sum of RGB (Red+Green+Blue) = 254+126+207=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 126 (49.61% from 255 or 21.47% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7ECF is #018130. Grayscale: #ADADAD. Windows color (decimal): -98609 or 13598462. OLE color: 13598462.
HSL color Cylindrical-coordinate representation of color #FE7ECF: hue angle of 322.03º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7ECF is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 207 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.00 |
| HSL | 322.03º | 0.98% | 0.75% | - |
| HSV(B) | 322.03º | 0.5% | 1% | - |
| XYZ | 59.6 | 40.5 | 63.71 | - |
| YUV | 173.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 207 | 0 | 0.50 | 0.19 | 0.00 | 322.03 | 0.98 | 0.75 |
| Hex | FE | 7E | CF | 0 | 32 | 13 | 0 | 142 | 62 | 4B |
| Octal | 376 | 176 | 317 | 0 | 62 | 23 | 0 | 502 | 142 | 113 |
| Binary | 11111110 | 1111110 | 11001111 | 0 | 110010 | 10011 | 0 | 101000010 | 1100010 | 1001011 |
Color Harmonies of #FE7ECF
Complementary color
Monochromatic Colors of #FE7ECF
Black with #FE7ECF
Text Example
Text Example
White with #FE7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7ECF; }
p { color: rgb(254,126,207); }
H1.HeaderClassName
{
color: #FE7ECF;
}
.AnyTagClassName
{
color: #FE7ECF;
}
</style>
background-color css
<style>
a { background-color: #FE7ECF; }
a { background-color: rgb(254,126,207); }
div.DivClassName
{
background-color: #FE7ECF;
}
.BgClassName
{
background-color: #FE7ECF;
}
</style>
border-color css
<style>
span { border-color: #FE7ECF; }
span { border-color: rgb(254,126,207); }
td.TdClassName
{
border-color: #FE7ECF;
}
.TagClassName
{
border-color: #FE7ECF;
}
</style>