Shades of Tea Rose #FE7EC4
Tints of Tea Rose #FE7EC4
RGB
CMYK
RGB Variations
Color information
#FE7EC4 (or 0xFE7EC4) is known color: Tea Rose. HEX triplet: FE, 7E and C4. RGB value is (254,126,196). Sum of RGB (Red+Green+Blue) = 254+126+196=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 126 (49.61% from 255 or 21.88% from 576); Blue value is 196 (76.95% from 255 or 34.03% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7EC4 is #01813B. Grayscale: #ACACAC. Windows color (decimal): -98620 or 12877566. OLE color: 12877566.
HSL color Cylindrical-coordinate representation of color #FE7EC4: hue angle of 327.19º 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 #FE7EC4 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 196 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.00 |
| HSL | 327.19º | 0.98% | 0.75% | - |
| HSV(B) | 327.19º | 0.5% | 1% | - |
| XYZ | 58.3 | 39.98 | 56.87 | - |
| YUV | 172.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 196 | 0 | 0.50 | 0.23 | 0.00 | 327.19 | 0.98 | 0.75 |
| Hex | FE | 7E | C4 | 0 | 32 | 17 | 0 | 147 | 62 | 4B |
| Octal | 376 | 176 | 304 | 0 | 62 | 27 | 0 | 507 | 142 | 113 |
| Binary | 11111110 | 1111110 | 11000100 | 0 | 110010 | 10111 | 0 | 101000111 | 1100010 | 1001011 |
Color Harmonies of #FE7EC4
Complementary color
Monochromatic Colors of #FE7EC4
Black with #FE7EC4
Text Example
Text Example
White with #FE7EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7EC4; }
p { color: rgb(254,126,196); }
H1.HeaderClassName
{
color: #FE7EC4;
}
.AnyTagClassName
{
color: #FE7EC4;
}
</style>
background-color css
<style>
a { background-color: #FE7EC4; }
a { background-color: rgb(254,126,196); }
div.DivClassName
{
background-color: #FE7EC4;
}
.BgClassName
{
background-color: #FE7EC4;
}
</style>
border-color css
<style>
span { border-color: #FE7EC4; }
span { border-color: rgb(254,126,196); }
td.TdClassName
{
border-color: #FE7EC4;
}
.TagClassName
{
border-color: #FE7EC4;
}
</style>