Shades of Tea Rose #FA82D0
Tints of Tea Rose #FA82D0
RGB
CMYK
RGB Variations
Color information
#FA82D0 (or 0xFA82D0) is known color: Tea Rose. HEX triplet: FA, 82 and D0. RGB value is (250,130,208). Sum of RGB (Red+Green+Blue) = 250+130+208=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82D0 is #057D2F. Grayscale: #AEAEAE. Windows color (decimal): -359728 or 13665018. OLE color: 13665018.
HSL color Cylindrical-coordinate representation of color #FA82D0: hue angle of 321º 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 #FA82D0 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 208 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.02 |
| HSL | 321º | 0.92% | 0.75% | - |
| HSV(B) | 321º | 0.48% | 0.98% | - |
| XYZ | 58.79 | 40.84 | 64.46 | - |
| YUV | 174.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 208 | 0 | 0.48 | 0.17 | 0.02 | 321 | 0.92 | 0.75 |
| Hex | FA | 82 | D0 | 0 | 30 | 11 | 2 | 141 | 5C | 4B |
| Octal | 372 | 202 | 320 | 0 | 60 | 21 | 2 | 501 | 134 | 113 |
| Binary | 11111010 | 10000010 | 11010000 | 0 | 110000 | 10001 | 10 | 101000001 | 1011100 | 1001011 |
Color Harmonies of #FA82D0
Complementary color
Monochromatic Colors of #FA82D0
Black with #FA82D0
Text Example
Text Example
White with #FA82D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA82D0; }
p { color: rgb(250,130,208); }
H1.HeaderClassName
{
color: #FA82D0;
}
.AnyTagClassName
{
color: #FA82D0;
}
</style>
background-color css
<style>
a { background-color: #FA82D0; }
a { background-color: rgb(250,130,208); }
div.DivClassName
{
background-color: #FA82D0;
}
.BgClassName
{
background-color: #FA82D0;
}
</style>
border-color css
<style>
span { border-color: #FA82D0; }
span { border-color: rgb(250,130,208); }
td.TdClassName
{
border-color: #FA82D0;
}
.TagClassName
{
border-color: #FA82D0;
}
</style>