Shades of Tea Rose #FA82C5
Tints of Tea Rose #FA82C5
RGB
CMYK
RGB Variations
Color information
#FA82C5 (or 0xFA82C5) is known color: Tea Rose. HEX triplet: FA, 82 and C5. RGB value is (250,130,197). Sum of RGB (Red+Green+Blue) = 250+130+197=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82C5 is #057D3A. Grayscale: #ADADAD. Windows color (decimal): -359739 or 12944122. OLE color: 12944122.
HSL color Cylindrical-coordinate representation of color #FA82C5: hue angle of 326.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 #FA82C5 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 197 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.02 |
| HSL | 326.5º | 0.92% | 0.75% | - |
| HSV(B) | 326.5º | 0.48% | 0.98% | - |
| XYZ | 57.49 | 40.32 | 57.58 | - |
| YUV | 173.52 | 141.26 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 197 | 0 | 0.48 | 0.21 | 0.02 | 326.5 | 0.92 | 0.75 |
| Hex | FA | 82 | C5 | 0 | 30 | 15 | 2 | 146 | 5C | 4B |
| Octal | 372 | 202 | 305 | 0 | 60 | 25 | 2 | 506 | 134 | 113 |
| Binary | 11111010 | 10000010 | 11000101 | 0 | 110000 | 10101 | 10 | 101000110 | 1011100 | 1001011 |
Color Harmonies of #FA82C5
Complementary color
Monochromatic Colors of #FA82C5
Black with #FA82C5
Text Example
Text Example
White with #FA82C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA82C5; }
p { color: rgb(250,130,197); }
H1.HeaderClassName
{
color: #FA82C5;
}
.AnyTagClassName
{
color: #FA82C5;
}
</style>
background-color css
<style>
a { background-color: #FA82C5; }
a { background-color: rgb(250,130,197); }
div.DivClassName
{
background-color: #FA82C5;
}
.BgClassName
{
background-color: #FA82C5;
}
</style>
border-color css
<style>
span { border-color: #FA82C5; }
span { border-color: rgb(250,130,197); }
td.TdClassName
{
border-color: #FA82C5;
}
.TagClassName
{
border-color: #FA82C5;
}
</style>