Shades of Tea Rose #FE80CE
Tints of Tea Rose #FE80CE
RGB
CMYK
RGB Variations
Color information
#FE80CE (or 0xFE80CE) is known color: Tea Rose. HEX triplet: FE, 80 and CE. RGB value is (254,128,206). Sum of RGB (Red+Green+Blue) = 254+128+206=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 128 (50.39% from 255 or 21.77% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE80CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE80CE is #017F31. Grayscale: #AEAEAE. Windows color (decimal): -98098 or 13533438. OLE color: 13533438.
HSL color Cylindrical-coordinate representation of color #FE80CE: hue angle of 322.86º 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 #FE80CE is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 206 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.00 |
| HSL | 322.86º | 0.98% | 0.75% | - |
| HSV(B) | 322.86º | 0.5% | 1% | - |
| XYZ | 59.73 | 40.97 | 63.15 | - |
| YUV | 174.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 206 | 0 | 0.50 | 0.19 | 0.00 | 322.86 | 0.98 | 0.75 |
| Hex | FE | 80 | CE | 0 | 32 | 13 | 0 | 143 | 62 | 4B |
| Octal | 376 | 200 | 316 | 0 | 62 | 23 | 0 | 503 | 142 | 113 |
| Binary | 11111110 | 10000000 | 11001110 | 0 | 110010 | 10011 | 0 | 101000011 | 1100010 | 1001011 |
Color Harmonies of #FE80CE
Complementary color
Monochromatic Colors of #FE80CE
Black with #FE80CE
Text Example
Text Example
White with #FE80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE80CE; }
p { color: rgb(254,128,206); }
H1.HeaderClassName
{
color: #FE80CE;
}
.AnyTagClassName
{
color: #FE80CE;
}
</style>
background-color css
<style>
a { background-color: #FE80CE; }
a { background-color: rgb(254,128,206); }
div.DivClassName
{
background-color: #FE80CE;
}
.BgClassName
{
background-color: #FE80CE;
}
</style>
border-color css
<style>
span { border-color: #FE80CE; }
span { border-color: rgb(254,128,206); }
td.TdClassName
{
border-color: #FE80CE;
}
.TagClassName
{
border-color: #FE80CE;
}
</style>