Shades of Tea Rose #FF80CC
Tints of Tea Rose #FF80CC
RGB
CMYK
RGB Variations
Color information
#FF80CC (or 0xFF80CC) is known color: Tea Rose. HEX triplet: FF, 80 and CC. RGB value is (255,128,204). Sum of RGB (Red+Green+Blue) = 255+128+204=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80CC is #007F33. Grayscale: #AEAEAE. Windows color (decimal): -32564 or 13402367. OLE color: 13402367.
HSL color Cylindrical-coordinate representation of color #FF80CC: hue angle of 324.09º 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 #FF80CC is Cyan = 0, Magento = 0.50, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 204 | - |
| CMYK | 0 | 0.50 | 0.2 | 0 |
| HSL | 324.09º | 1% | 0.75% | - |
| HSV(B) | 324.09º | 0.5% | 1% | - |
| XYZ | 59.86 | 41.06 | 61.9 | - |
| YUV | 174.64 | 144.58 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 204 | 0 | 0.50 | 0.2 | 0 | 324.09 | 1 | 0.75 |
| Hex | FF | 80 | CC | 0 | 32 | 14 | 0 | 144 | 64 | 4B |
| Octal | 377 | 200 | 314 | 0 | 62 | 24 | 0 | 504 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11001100 | 0 | 110010 | 10100 | 0 | 101000100 | 1100100 | 1001011 |
Color Harmonies of #FF80CC
Complementary color
Monochromatic Colors of #FF80CC
Black with #FF80CC
Text Example
Text Example
White with #FF80CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80CC; }
p { color: rgb(255,128,204); }
H1.HeaderClassName
{
color: #FF80CC;
}
.AnyTagClassName
{
color: #FF80CC;
}
</style>
background-color css
<style>
a { background-color: #FF80CC; }
a { background-color: rgb(255,128,204); }
div.DivClassName
{
background-color: #FF80CC;
}
.BgClassName
{
background-color: #FF80CC;
}
</style>
border-color css
<style>
span { border-color: #FF80CC; }
span { border-color: rgb(255,128,204); }
td.TdClassName
{
border-color: #FF80CC;
}
.TagClassName
{
border-color: #FF80CC;
}
</style>