Shades of Tea Rose #FE80C8
Tints of Tea Rose #FE80C8
RGB
CMYK
RGB Variations
Color information
#FE80C8 (or 0xFE80C8) is known color: Tea Rose. HEX triplet: FE, 80 and C8. RGB value is (254,128,200). Sum of RGB (Red+Green+Blue) = 254+128+200=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80C8 is #017F37. Grayscale: #ADADAD. Windows color (decimal): -98104 or 13140222. OLE color: 13140222.
HSL color Cylindrical-coordinate representation of color #FE80C8: hue angle of 325.71º 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 #FE80C8 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 200 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.00 |
| HSL | 325.71º | 0.98% | 0.75% | - |
| HSV(B) | 325.71º | 0.5% | 1% | - |
| XYZ | 59.02 | 40.68 | 59.38 | - |
| YUV | 173.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 200 | 0 | 0.50 | 0.21 | 0.00 | 325.71 | 0.98 | 0.75 |
| Hex | FE | 80 | C8 | 0 | 32 | 15 | 0 | 146 | 62 | 4B |
| Octal | 376 | 200 | 310 | 0 | 62 | 25 | 0 | 506 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11001000 | 0 | 110010 | 10101 | 0 | 101000110 | 1100010 | 1001011 |
Color Harmonies of #FE80C8
Complementary color
Monochromatic Colors of #FE80C8
Black with #FE80C8
Text Example
Text Example
White with #FE80C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80C8; }
p { color: rgb(254,128,200); }
H1.HeaderClassName
{
color: #FE80C8;
}
.AnyTagClassName
{
color: #FE80C8;
}
</style>
background-color css
<style>
a { background-color: #FE80C8; }
a { background-color: rgb(254,128,200); }
div.DivClassName
{
background-color: #FE80C8;
}
.BgClassName
{
background-color: #FE80C8;
}
</style>
border-color css
<style>
span { border-color: #FE80C8; }
span { border-color: rgb(254,128,200); }
td.TdClassName
{
border-color: #FE80C8;
}
.TagClassName
{
border-color: #FE80C8;
}
</style>