Shades of Tea Rose #FE7EC2
Tints of Tea Rose #FE7EC2
RGB
CMYK
RGB Variations
Color information
#FE7EC2 (or 0xFE7EC2) is known color: Tea Rose. HEX triplet: FE, 7E and C2. RGB value is (254,126,194). Sum of RGB (Red+Green+Blue) = 254+126+194=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7EC2 is #01813D. Grayscale: #ABABAB. Windows color (decimal): -98622 or 12746494. OLE color: 12746494.
HSL color Cylindrical-coordinate representation of color #FE7EC2: hue angle of 328.12º 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 #FE7EC2 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 194 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.00 |
| HSL | 328.13º | 0.98% | 0.75% | - |
| HSV(B) | 328.13º | 0.5% | 1% | - |
| XYZ | 58.07 | 39.89 | 55.68 | - |
| YUV | 172.02 | 140.41 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 194 | 0 | 0.50 | 0.24 | 0.00 | 328.13 | 0.98 | 0.75 |
| Hex | FE | 7E | C2 | 0 | 32 | 18 | 0 | 148 | 62 | 4B |
| Octal | 376 | 176 | 302 | 0 | 62 | 30 | 0 | 510 | 142 | 113 |
| Binary | 11111110 | 1111110 | 11000010 | 0 | 110010 | 11000 | 0 | 101001000 | 1100010 | 1001011 |
Color Harmonies of #FE7EC2
Complementary color
Monochromatic Colors of #FE7EC2
Black with #FE7EC2
Text Example
Text Example
White with #FE7EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7EC2; }
p { color: rgb(254,126,194); }
H1.HeaderClassName
{
color: #FE7EC2;
}
.AnyTagClassName
{
color: #FE7EC2;
}
</style>
background-color css
<style>
a { background-color: #FE7EC2; }
a { background-color: rgb(254,126,194); }
div.DivClassName
{
background-color: #FE7EC2;
}
.BgClassName
{
background-color: #FE7EC2;
}
</style>
border-color css
<style>
span { border-color: #FE7EC2; }
span { border-color: rgb(254,126,194); }
td.TdClassName
{
border-color: #FE7EC2;
}
.TagClassName
{
border-color: #FE7EC2;
}
</style>