Shades of Tea Rose #FF82CC
Tints of Tea Rose #FF82CC
RGB
CMYK
RGB Variations
Color information
#FF82CC (or 0xFF82CC) is known color: Tea Rose. HEX triplet: FF, 82 and CC. RGB value is (255,130,204). Sum of RGB (Red+Green+Blue) = 255+130+204=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82CC is #007D33. Grayscale: #AFAFAF. Windows color (decimal): -32052 or 13402879. OLE color: 13402879.
HSL color Cylindrical-coordinate representation of color #FF82CC: hue angle of 324.48º 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 #FF82CC is Cyan = 0, Magento = 0.49, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 130 | 204 | - |
| CMYK | 0 | 0.49 | 0.2 | 0 |
| HSL | 324.48º | 1% | 0.75% | - |
| HSV(B) | 324.48º | 0.49% | 1% | - |
| XYZ | 60.12 | 41.58 | 61.98 | - |
| YUV | 175.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 130 | 204 | 0 | 0.49 | 0.2 | 0 | 324.48 | 1 | 0.75 |
| Hex | FF | 82 | CC | 0 | 31 | 14 | 0 | 144 | 64 | 4B |
| Octal | 377 | 202 | 314 | 0 | 61 | 24 | 0 | 504 | 144 | 113 |
| Binary | 11111111 | 10000010 | 11001100 | 0 | 110001 | 10100 | 0 | 101000100 | 1100100 | 1001011 |
Color Harmonies of #FF82CC
Complementary color
Monochromatic Colors of #FF82CC
Black with #FF82CC
Text Example
Text Example
White with #FF82CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF82CC; }
p { color: rgb(255,130,204); }
H1.HeaderClassName
{
color: #FF82CC;
}
.AnyTagClassName
{
color: #FF82CC;
}
</style>
background-color css
<style>
a { background-color: #FF82CC; }
a { background-color: rgb(255,130,204); }
div.DivClassName
{
background-color: #FF82CC;
}
.BgClassName
{
background-color: #FF82CC;
}
</style>
border-color css
<style>
span { border-color: #FF82CC; }
span { border-color: rgb(255,130,204); }
td.TdClassName
{
border-color: #FF82CC;
}
.TagClassName
{
border-color: #FF82CC;
}
</style>