Shades of Tea Rose #FF82C3
Tints of Tea Rose #FF82C3
RGB
CMYK
RGB Variations
Color information
#FF82C3 (or 0xFF82C3) is known color: Tea Rose. HEX triplet: FF, 82 and C3. RGB value is (255,130,195). Sum of RGB (Red+Green+Blue) = 255+130+195=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82C3 is #007D3C. Grayscale: #AEAEAE. Windows color (decimal): -32061 or 12813055. OLE color: 12813055.
HSL color Cylindrical-coordinate representation of color #FF82C3: hue angle of 328.8º 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 #FF82C3 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 195 | - |
| CMYK | 0 | 0.49 | 0.24 | 0 |
| HSL | 328.8º | 1% | 0.75% | - |
| HSV(B) | 328.8º | 0.49% | 1% | - |
| XYZ | 59.07 | 41.17 | 56.46 | - |
| YUV | 174.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 195 | 0 | 0.49 | 0.24 | 0 | 328.8 | 1 | 0.75 |
| Hex | FF | 82 | C3 | 0 | 31 | 18 | 0 | 149 | 64 | 4B |
| Octal | 377 | 202 | 303 | 0 | 61 | 30 | 0 | 511 | 144 | 113 |
| Binary | 11111111 | 10000010 | 11000011 | 0 | 110001 | 11000 | 0 | 101001001 | 1100100 | 1001011 |
Color Harmonies of #FF82C3
Complementary color
Monochromatic Colors of #FF82C3
Black with #FF82C3
Text Example
Text Example
White with #FF82C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82C3; }
p { color: rgb(255,130,195); }
H1.HeaderClassName
{
color: #FF82C3;
}
.AnyTagClassName
{
color: #FF82C3;
}
</style>
background-color css
<style>
a { background-color: #FF82C3; }
a { background-color: rgb(255,130,195); }
div.DivClassName
{
background-color: #FF82C3;
}
.BgClassName
{
background-color: #FF82C3;
}
</style>
border-color css
<style>
span { border-color: #FF82C3; }
span { border-color: rgb(255,130,195); }
td.TdClassName
{
border-color: #FF82C3;
}
.TagClassName
{
border-color: #FF82C3;
}
</style>