Shades of Tea Rose #FF84CE
Tints of Tea Rose #FF84CE
RGB
CMYK
RGB Variations
Color information
#FF84CE (or 0xFF84CE) is known color: Tea Rose. HEX triplet: FF, 84 and CE. RGB value is (255,132,206). Sum of RGB (Red+Green+Blue) = 255+132+206=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 132 (51.95% from 255 or 22.26% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84CE is #007B31. Grayscale: #B1B1B1. Windows color (decimal): -31538 or 13534463. OLE color: 13534463.
HSL color Cylindrical-coordinate representation of color #FF84CE: hue angle of 323.9º 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 #FF84CE is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 206 | - |
| CMYK | 0 | 0.48 | 0.19 | 0 |
| HSL | 323.9º | 1% | 0.76% | - |
| HSV(B) | 323.9º | 0.48% | 1% | - |
| XYZ | 60.63 | 42.22 | 63.35 | - |
| YUV | 177.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 206 | 0 | 0.48 | 0.19 | 0 | 323.9 | 1 | 0.76 |
| Hex | FF | 84 | CE | 0 | 30 | 13 | 0 | 144 | 64 | 4C |
| Octal | 377 | 204 | 316 | 0 | 60 | 23 | 0 | 504 | 144 | 114 |
| Binary | 11111111 | 10000100 | 11001110 | 0 | 110000 | 10011 | 0 | 101000100 | 1100100 | 1001100 |
Color Harmonies of #FF84CE
Complementary color
Monochromatic Colors of #FF84CE
Black with #FF84CE
Text Example
Text Example
White with #FF84CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84CE; }
p { color: rgb(255,132,206); }
H1.HeaderClassName
{
color: #FF84CE;
}
.AnyTagClassName
{
color: #FF84CE;
}
</style>
background-color css
<style>
a { background-color: #FF84CE; }
a { background-color: rgb(255,132,206); }
div.DivClassName
{
background-color: #FF84CE;
}
.BgClassName
{
background-color: #FF84CE;
}
</style>
border-color css
<style>
span { border-color: #FF84CE; }
span { border-color: rgb(255,132,206); }
td.TdClassName
{
border-color: #FF84CE;
}
.TagClassName
{
border-color: #FF84CE;
}
</style>