Shades of Tea Rose #FF82C0
Tints of Tea Rose #FF82C0
RGB
CMYK
RGB Variations
Color information
#FF82C0 (or 0xFF82C0) is known color: Tea Rose. HEX triplet: FF, 82 and C0. RGB value is (255,130,192). Sum of RGB (Red+Green+Blue) = 255+130+192=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 130 (51.17% from 255 or 22.53% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82C0 is #007D3F. Grayscale: #AEAEAE. Windows color (decimal): -32064 or 12616447. OLE color: 12616447.
HSL color Cylindrical-coordinate representation of color #FF82C0: hue angle of 330.24º 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 #FF82C0 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 192 | - |
| CMYK | 0 | 0.49 | 0.25 | 0 |
| HSL | 330.24º | 1% | 0.75% | - |
| HSV(B) | 330.24º | 0.49% | 1% | - |
| XYZ | 58.74 | 41.03 | 54.69 | - |
| YUV | 174.44 | 137.91 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 192 | 0 | 0.49 | 0.25 | 0 | 330.24 | 1 | 0.75 |
| Hex | FF | 82 | C0 | 0 | 31 | 19 | 0 | 14A | 64 | 4B |
| Octal | 377 | 202 | 300 | 0 | 61 | 31 | 0 | 512 | 144 | 113 |
| Binary | 11111111 | 10000010 | 11000000 | 0 | 110001 | 11001 | 0 | 101001010 | 1100100 | 1001011 |
Color Harmonies of #FF82C0
Complementary color
Monochromatic Colors of #FF82C0
Black with #FF82C0
Text Example
Text Example
White with #FF82C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82C0; }
p { color: rgb(255,130,192); }
H1.HeaderClassName
{
color: #FF82C0;
}
.AnyTagClassName
{
color: #FF82C0;
}
</style>
background-color css
<style>
a { background-color: #FF82C0; }
a { background-color: rgb(255,130,192); }
div.DivClassName
{
background-color: #FF82C0;
}
.BgClassName
{
background-color: #FF82C0;
}
</style>
border-color css
<style>
span { border-color: #FF82C0; }
span { border-color: rgb(255,130,192); }
td.TdClassName
{
border-color: #FF82C0;
}
.TagClassName
{
border-color: #FF82C0;
}
</style>