Shades of Tea Rose #FE80C5
Tints of Tea Rose #FE80C5
RGB
CMYK
RGB Variations
Color information
#FE80C5 (or 0xFE80C5) is known color: Tea Rose. HEX triplet: FE, 80 and C5. RGB value is (254,128,197). Sum of RGB (Red+Green+Blue) = 254+128+197=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80C5 is #017F3A. Grayscale: #ADADAD. Windows color (decimal): -98107 or 12943614. OLE color: 12943614.
HSL color Cylindrical-coordinate representation of color #FE80C5: hue angle of 327.14º 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 #FE80C5 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 197 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.00 |
| HSL | 327.14º | 0.98% | 0.75% | - |
| HSV(B) | 327.14º | 0.5% | 1% | - |
| XYZ | 58.67 | 40.54 | 57.56 | - |
| YUV | 173.54 | 141.24 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 197 | 0 | 0.50 | 0.22 | 0.00 | 327.14 | 0.98 | 0.75 |
| Hex | FE | 80 | C5 | 0 | 32 | 16 | 0 | 147 | 62 | 4B |
| Octal | 376 | 200 | 305 | 0 | 62 | 26 | 0 | 507 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11000101 | 0 | 110010 | 10110 | 0 | 101000111 | 1100010 | 1001011 |
Color Harmonies of #FE80C5
Complementary color
Monochromatic Colors of #FE80C5
Black with #FE80C5
Text Example
Text Example
White with #FE80C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80C5; }
p { color: rgb(254,128,197); }
H1.HeaderClassName
{
color: #FE80C5;
}
.AnyTagClassName
{
color: #FE80C5;
}
</style>
background-color css
<style>
a { background-color: #FE80C5; }
a { background-color: rgb(254,128,197); }
div.DivClassName
{
background-color: #FE80C5;
}
.BgClassName
{
background-color: #FE80C5;
}
</style>
border-color css
<style>
span { border-color: #FE80C5; }
span { border-color: rgb(254,128,197); }
td.TdClassName
{
border-color: #FE80C5;
}
.TagClassName
{
border-color: #FE80C5;
}
</style>