Shades of Tea Rose #FF82C5
Tints of Tea Rose #FF82C5
RGB
CMYK
RGB Variations
Color information
#FF82C5 (or 0xFF82C5) is known color: Tea Rose. HEX triplet: FF, 82 and C5. RGB value is (255,130,197). Sum of RGB (Red+Green+Blue) = 255+130+197=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 197 (77.34% from 255 or 33.85% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82C5 is #007D3A. Grayscale: #AEAEAE. Windows color (decimal): -32059 or 12944127. OLE color: 12944127.
HSL color Cylindrical-coordinate representation of color #FF82C5: hue angle of 327.84º 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 #FF82C5 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 197 | - |
| CMYK | 0 | 0.49 | 0.23 | 0 |
| HSL | 327.84º | 1% | 0.75% | - |
| HSV(B) | 327.84º | 0.49% | 1% | - |
| XYZ | 59.3 | 41.26 | 57.66 | - |
| YUV | 175.01 | 140.41 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 197 | 0 | 0.49 | 0.23 | 0 | 327.84 | 1 | 0.75 |
| Hex | FF | 82 | C5 | 0 | 31 | 17 | 0 | 148 | 64 | 4B |
| Octal | 377 | 202 | 305 | 0 | 61 | 27 | 0 | 510 | 144 | 113 |
| Binary | 11111111 | 10000010 | 11000101 | 0 | 110001 | 10111 | 0 | 101001000 | 1100100 | 1001011 |
Color Harmonies of #FF82C5
Complementary color
Monochromatic Colors of #FF82C5
Black with #FF82C5
Text Example
Text Example
White with #FF82C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82C5; }
p { color: rgb(255,130,197); }
H1.HeaderClassName
{
color: #FF82C5;
}
.AnyTagClassName
{
color: #FF82C5;
}
</style>
background-color css
<style>
a { background-color: #FF82C5; }
a { background-color: rgb(255,130,197); }
div.DivClassName
{
background-color: #FF82C5;
}
.BgClassName
{
background-color: #FF82C5;
}
</style>
border-color css
<style>
span { border-color: #FF82C5; }
span { border-color: rgb(255,130,197); }
td.TdClassName
{
border-color: #FF82C5;
}
.TagClassName
{
border-color: #FF82C5;
}
</style>