Shades of Tea Rose #FE7EC5
Tints of Tea Rose #FE7EC5
RGB
CMYK
RGB Variations
Color information
#FE7EC5 (or 0xFE7EC5) is known color: Tea Rose. HEX triplet: FE, 7E and C5. RGB value is (254,126,197). Sum of RGB (Red+Green+Blue) = 254+126+197=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7EC5 is #01813A. Grayscale: #ACACAC. Windows color (decimal): -98619 or 12943102. OLE color: 12943102.
HSL color Cylindrical-coordinate representation of color #FE7EC5: hue angle of 326.72º 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 #FE7EC5 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 197 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.00 |
| HSL | 326.72º | 0.98% | 0.75% | - |
| HSV(B) | 326.72º | 0.5% | 1% | - |
| XYZ | 58.41 | 40.02 | 57.47 | - |
| YUV | 172.37 | 141.91 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 197 | 0 | 0.50 | 0.22 | 0.00 | 326.72 | 0.98 | 0.75 |
| Hex | FE | 7E | C5 | 0 | 32 | 16 | 0 | 147 | 62 | 4B |
| Octal | 376 | 176 | 305 | 0 | 62 | 26 | 0 | 507 | 142 | 113 |
| Binary | 11111110 | 1111110 | 11000101 | 0 | 110010 | 10110 | 0 | 101000111 | 1100010 | 1001011 |
Color Harmonies of #FE7EC5
Complementary color
Monochromatic Colors of #FE7EC5
Black with #FE7EC5
Text Example
Text Example
White with #FE7EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7EC5; }
p { color: rgb(254,126,197); }
H1.HeaderClassName
{
color: #FE7EC5;
}
.AnyTagClassName
{
color: #FE7EC5;
}
</style>
background-color css
<style>
a { background-color: #FE7EC5; }
a { background-color: rgb(254,126,197); }
div.DivClassName
{
background-color: #FE7EC5;
}
.BgClassName
{
background-color: #FE7EC5;
}
</style>
border-color css
<style>
span { border-color: #FE7EC5; }
span { border-color: rgb(254,126,197); }
td.TdClassName
{
border-color: #FE7EC5;
}
.TagClassName
{
border-color: #FE7EC5;
}
</style>