Shades of Tea Rose #FA82C2
Tints of Tea Rose #FA82C2
RGB
CMYK
RGB Variations
Color information
#FA82C2 (or 0xFA82C2) is known color: Tea Rose. HEX triplet: FA, 82 and C2. RGB value is (250,130,194). Sum of RGB (Red+Green+Blue) = 250+130+194=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 130 (51.17% from 255 or 22.65% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82C2 is #057D3D. Grayscale: #ADADAD. Windows color (decimal): -359742 or 12747514. OLE color: 12747514.
HSL color Cylindrical-coordinate representation of color #FA82C2: hue angle of 328º 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 #FA82C2 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 194 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.02 |
| HSL | 328º | 0.92% | 0.75% | - |
| HSV(B) | 328º | 0.48% | 0.98% | - |
| XYZ | 57.14 | 40.18 | 55.78 | - |
| YUV | 173.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 194 | 0 | 0.48 | 0.22 | 0.02 | 328 | 0.92 | 0.75 |
| Hex | FA | 82 | C2 | 0 | 30 | 16 | 2 | 148 | 5C | 4B |
| Octal | 372 | 202 | 302 | 0 | 60 | 26 | 2 | 510 | 134 | 113 |
| Binary | 11111010 | 10000010 | 11000010 | 0 | 110000 | 10110 | 10 | 101001000 | 1011100 | 1001011 |
Color Harmonies of #FA82C2
Complementary color
Monochromatic Colors of #FA82C2
Black with #FA82C2
Text Example
Text Example
White with #FA82C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA82C2; }
p { color: rgb(250,130,194); }
H1.HeaderClassName
{
color: #FA82C2;
}
.AnyTagClassName
{
color: #FA82C2;
}
</style>
background-color css
<style>
a { background-color: #FA82C2; }
a { background-color: rgb(250,130,194); }
div.DivClassName
{
background-color: #FA82C2;
}
.BgClassName
{
background-color: #FA82C2;
}
</style>
border-color css
<style>
span { border-color: #FA82C2; }
span { border-color: rgb(250,130,194); }
td.TdClassName
{
border-color: #FA82C2;
}
.TagClassName
{
border-color: #FA82C2;
}
</style>