Shades of Tea Rose #FA82D1
Tints of Tea Rose #FA82D1
RGB
CMYK
RGB Variations
Color information
#FA82D1 (or 0xFA82D1) is known color: Tea Rose. HEX triplet: FA, 82 and D1. RGB value is (250,130,209). Sum of RGB (Red+Green+Blue) = 250+130+209=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82D1 is #057D2E. Grayscale: #AEAEAE. Windows color (decimal): -359727 or 13730554. OLE color: 13730554.
HSL color Cylindrical-coordinate representation of color #FA82D1: hue angle of 320.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA82D1 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 209 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.02 |
| HSL | 320.5º | 0.92% | 0.75% | - |
| HSV(B) | 320.5º | 0.48% | 0.98% | - |
| XYZ | 58.92 | 40.89 | 65.11 | - |
| YUV | 174.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 209 | 0 | 0.48 | 0.16 | 0.02 | 320.5 | 0.92 | 0.75 |
| Hex | FA | 82 | D1 | 0 | 30 | 10 | 2 | 140 | 5C | 4B |
| Octal | 372 | 202 | 321 | 0 | 60 | 20 | 2 | 500 | 134 | 113 |
| Binary | 11111010 | 10000010 | 11010001 | 0 | 110000 | 10000 | 10 | 101000000 | 1011100 | 1001011 |
Color Harmonies of #FA82D1
Complementary color
Monochromatic Colors of #FA82D1
Black with #FA82D1
Text Example
Text Example
White with #FA82D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA82D1; }
p { color: rgb(250,130,209); }
H1.HeaderClassName
{
color: #FA82D1;
}
.AnyTagClassName
{
color: #FA82D1;
}
</style>
background-color css
<style>
a { background-color: #FA82D1; }
a { background-color: rgb(250,130,209); }
div.DivClassName
{
background-color: #FA82D1;
}
.BgClassName
{
background-color: #FA82D1;
}
</style>
border-color css
<style>
span { border-color: #FA82D1; }
span { border-color: rgb(250,130,209); }
td.TdClassName
{
border-color: #FA82D1;
}
.TagClassName
{
border-color: #FA82D1;
}
</style>