Shades of Tea Rose #FF80CE
Tints of Tea Rose #FF80CE
RGB
CMYK
RGB Variations
Color information
#FF80CE (or 0xFF80CE) is known color: Tea Rose. HEX triplet: FF, 80 and CE. RGB value is (255,128,206). Sum of RGB (Red+Green+Blue) = 255+128+206=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80CE is #007F31. Grayscale: #AEAEAE. Windows color (decimal): -32562 or 13533439. OLE color: 13533439.
HSL color Cylindrical-coordinate representation of color #FF80CE: hue angle of 323.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF80CE is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 206 | - |
| CMYK | 0 | 0.50 | 0.19 | 0 |
| HSL | 323.15º | 1% | 0.75% | - |
| HSV(B) | 323.15º | 0.5% | 1% | - |
| XYZ | 60.1 | 41.15 | 63.17 | - |
| YUV | 174.87 | 145.58 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 206 | 0 | 0.50 | 0.19 | 0 | 323.15 | 1 | 0.75 |
| Hex | FF | 80 | CE | 0 | 32 | 13 | 0 | 143 | 64 | 4B |
| Octal | 377 | 200 | 316 | 0 | 62 | 23 | 0 | 503 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11001110 | 0 | 110010 | 10011 | 0 | 101000011 | 1100100 | 1001011 |
Color Harmonies of #FF80CE
Complementary color
Monochromatic Colors of #FF80CE
Black with #FF80CE
Text Example
Text Example
White with #FF80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80CE; }
p { color: rgb(255,128,206); }
H1.HeaderClassName
{
color: #FF80CE;
}
.AnyTagClassName
{
color: #FF80CE;
}
</style>
background-color css
<style>
a { background-color: #FF80CE; }
a { background-color: rgb(255,128,206); }
div.DivClassName
{
background-color: #FF80CE;
}
.BgClassName
{
background-color: #FF80CE;
}
</style>
border-color css
<style>
span { border-color: #FF80CE; }
span { border-color: rgb(255,128,206); }
td.TdClassName
{
border-color: #FF80CE;
}
.TagClassName
{
border-color: #FF80CE;
}
</style>