Shades of Tea Rose #FF80D3
Tints of Tea Rose #FF80D3
RGB
CMYK
RGB Variations
Color information
#FF80D3 (or 0xFF80D3) is known color: Tea Rose. HEX triplet: FF, 80 and D3. RGB value is (255,128,211). Sum of RGB (Red+Green+Blue) = 255+128+211=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80D3 is #007F2C. Grayscale: #AFAFAF. Windows color (decimal): -32557 or 13861119. OLE color: 13861119.
HSL color Cylindrical-coordinate representation of color #FF80D3: hue angle of 320.79º 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 #FF80D3 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 211 | - |
| CMYK | 0 | 0.50 | 0.17 | 0 |
| HSL | 320.79º | 1% | 0.75% | - |
| HSV(B) | 320.79º | 0.5% | 1% | - |
| XYZ | 60.72 | 41.4 | 66.42 | - |
| YUV | 175.44 | 148.08 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 211 | 0 | 0.50 | 0.17 | 0 | 320.79 | 1 | 0.75 |
| Hex | FF | 80 | D3 | 0 | 32 | 11 | 0 | 141 | 64 | 4B |
| Octal | 377 | 200 | 323 | 0 | 62 | 21 | 0 | 501 | 144 | 113 |
| Binary | 11111111 | 10000000 | 11010011 | 0 | 110010 | 10001 | 0 | 101000001 | 1100100 | 1001011 |
Color Harmonies of #FF80D3
Complementary color
Monochromatic Colors of #FF80D3
Black with #FF80D3
Text Example
Text Example
White with #FF80D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF80D3; }
p { color: rgb(255,128,211); }
H1.HeaderClassName
{
color: #FF80D3;
}
.AnyTagClassName
{
color: #FF80D3;
}
</style>
background-color css
<style>
a { background-color: #FF80D3; }
a { background-color: rgb(255,128,211); }
div.DivClassName
{
background-color: #FF80D3;
}
.BgClassName
{
background-color: #FF80D3;
}
</style>
border-color css
<style>
span { border-color: #FF80D3; }
span { border-color: rgb(255,128,211); }
td.TdClassName
{
border-color: #FF80D3;
}
.TagClassName
{
border-color: #FF80D3;
}
</style>