Shades of Tea Rose #FE7EC9
Tints of Tea Rose #FE7EC9
RGB
CMYK
RGB Variations
Color information
#FE7EC9 (or 0xFE7EC9) is known color: Tea Rose. HEX triplet: FE, 7E and C9. RGB value is (254,126,201). Sum of RGB (Red+Green+Blue) = 254+126+201=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7EC9 is #018136. Grayscale: #ACACAC. Windows color (decimal): -98615 or 13205246. OLE color: 13205246.
HSL color Cylindrical-coordinate representation of color #FE7EC9: hue angle of 324.84º 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 #FE7EC9 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 201 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.00 |
| HSL | 324.84º | 0.98% | 0.75% | - |
| HSV(B) | 324.84º | 0.5% | 1% | - |
| XYZ | 58.88 | 40.21 | 59.92 | - |
| YUV | 172.82 | 143.91 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 201 | 0 | 0.50 | 0.21 | 0.00 | 324.84 | 0.98 | 0.75 |
| Hex | FE | 7E | C9 | 0 | 32 | 15 | 0 | 145 | 62 | 4B |
| Octal | 376 | 176 | 311 | 0 | 62 | 25 | 0 | 505 | 142 | 113 |
| Binary | 11111110 | 1111110 | 11001001 | 0 | 110010 | 10101 | 0 | 101000101 | 1100010 | 1001011 |
Color Harmonies of #FE7EC9
Complementary color
Monochromatic Colors of #FE7EC9
Black with #FE7EC9
Text Example
Text Example
White with #FE7EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7EC9; }
p { color: rgb(254,126,201); }
H1.HeaderClassName
{
color: #FE7EC9;
}
.AnyTagClassName
{
color: #FE7EC9;
}
</style>
background-color css
<style>
a { background-color: #FE7EC9; }
a { background-color: rgb(254,126,201); }
div.DivClassName
{
background-color: #FE7EC9;
}
.BgClassName
{
background-color: #FE7EC9;
}
</style>
border-color css
<style>
span { border-color: #FE7EC9; }
span { border-color: rgb(254,126,201); }
td.TdClassName
{
border-color: #FE7EC9;
}
.TagClassName
{
border-color: #FE7EC9;
}
</style>