Shades of Tea Rose #FF82D3
Tints of Tea Rose #FF82D3
RGB
CMYK
RGB Variations
Color information
#FF82D3 (or 0xFF82D3) is known color: Tea Rose. HEX triplet: FF, 82 and D3. RGB value is (255,130,211). Sum of RGB (Red+Green+Blue) = 255+130+211=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 130 (51.17% from 255 or 21.81% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82D3 is #007D2C. Grayscale: #B0B0B0. Windows color (decimal): -32045 or 13861631. OLE color: 13861631.
HSL color Cylindrical-coordinate representation of color #FF82D3: hue angle of 321.12º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF82D3 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 211 | - |
| CMYK | 0 | 0.49 | 0.17 | 0 |
| HSL | 321.12º | 1% | 0.75% | - |
| HSV(B) | 321.12º | 0.49% | 1% | - |
| XYZ | 60.98 | 41.93 | 66.51 | - |
| YUV | 176.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 211 | 0 | 0.49 | 0.17 | 0 | 321.12 | 1 | 0.75 |
| Hex | FF | 82 | D3 | 0 | 31 | 11 | 0 | 141 | 64 | 4B |
| Octal | 377 | 202 | 323 | 0 | 61 | 21 | 0 | 501 | 144 | 113 |
| Binary | 11111111 | 10000010 | 11010011 | 0 | 110001 | 10001 | 0 | 101000001 | 1100100 | 1001011 |
Color Harmonies of #FF82D3
Complementary color
Monochromatic Colors of #FF82D3
Black with #FF82D3
Text Example
Text Example
White with #FF82D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82D3; }
p { color: rgb(255,130,211); }
H1.HeaderClassName
{
color: #FF82D3;
}
.AnyTagClassName
{
color: #FF82D3;
}
</style>
background-color css
<style>
a { background-color: #FF82D3; }
a { background-color: rgb(255,130,211); }
div.DivClassName
{
background-color: #FF82D3;
}
.BgClassName
{
background-color: #FF82D3;
}
</style>
border-color css
<style>
span { border-color: #FF82D3; }
span { border-color: rgb(255,130,211); }
td.TdClassName
{
border-color: #FF82D3;
}
.TagClassName
{
border-color: #FF82D3;
}
</style>