Shades of Tea Rose #FF84CC
Tints of Tea Rose #FF84CC
RGB
CMYK
RGB Variations
Color information
#FF84CC (or 0xFF84CC) is known color: Tea Rose. HEX triplet: FF, 84 and CC. RGB value is (255,132,204). Sum of RGB (Red+Green+Blue) = 255+132+204=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 132 (51.95% from 255 or 22.34% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84CC is #007B33. Grayscale: #B0B0B0. Windows color (decimal): -31540 or 13403391. OLE color: 13403391.
HSL color Cylindrical-coordinate representation of color #FF84CC: hue angle of 324.88º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF84CC is Cyan = 0, Magento = 0.48, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 204 | - |
| CMYK | 0 | 0.48 | 0.2 | 0 |
| HSL | 324.88º | 1% | 0.76% | - |
| HSV(B) | 324.88º | 0.48% | 1% | - |
| XYZ | 60.39 | 42.12 | 62.07 | - |
| YUV | 176.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 204 | 0 | 0.48 | 0.2 | 0 | 324.88 | 1 | 0.76 |
| Hex | FF | 84 | CC | 0 | 30 | 14 | 0 | 145 | 64 | 4C |
| Octal | 377 | 204 | 314 | 0 | 60 | 24 | 0 | 505 | 144 | 114 |
| Binary | 11111111 | 10000100 | 11001100 | 0 | 110000 | 10100 | 0 | 101000101 | 1100100 | 1001100 |
Color Harmonies of #FF84CC
Complementary color
Monochromatic Colors of #FF84CC
Black with #FF84CC
Text Example
Text Example
White with #FF84CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84CC; }
p { color: rgb(255,132,204); }
H1.HeaderClassName
{
color: #FF84CC;
}
.AnyTagClassName
{
color: #FF84CC;
}
</style>
background-color css
<style>
a { background-color: #FF84CC; }
a { background-color: rgb(255,132,204); }
div.DivClassName
{
background-color: #FF84CC;
}
.BgClassName
{
background-color: #FF84CC;
}
</style>
border-color css
<style>
span { border-color: #FF84CC; }
span { border-color: rgb(255,132,204); }
td.TdClassName
{
border-color: #FF84CC;
}
.TagClassName
{
border-color: #FF84CC;
}
</style>