Shades of Tea Rose #FF86CA
Tints of Tea Rose #FF86CA
RGB
CMYK
RGB Variations
Color information
#FF86CA (or 0xFF86CA) is known color: Tea Rose. HEX triplet: FF, 86 and CA. RGB value is (255,134,202). Sum of RGB (Red+Green+Blue) = 255+134+202=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86CA is #007935. Grayscale: #B1B1B1. Windows color (decimal): -31030 or 13272831. OLE color: 13272831.
HSL color Cylindrical-coordinate representation of color #FF86CA: hue angle of 326.28º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86CA is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 202 | - |
| CMYK | 0 | 0.47 | 0.21 | 0 |
| HSL | 326.28º | 1% | 0.76% | - |
| HSV(B) | 326.28º | 0.47% | 1% | - |
| XYZ | 60.43 | 42.57 | 60.91 | - |
| YUV | 177.93 | 141.59 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 202 | 0 | 0.47 | 0.21 | 0 | 326.28 | 1 | 0.76 |
| Hex | FF | 86 | CA | 0 | 2F | 15 | 0 | 146 | 64 | 4C |
| Octal | 377 | 206 | 312 | 0 | 57 | 25 | 0 | 506 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11001010 | 0 | 101111 | 10101 | 0 | 101000110 | 1100100 | 1001100 |
Color Harmonies of #FF86CA
Complementary color
Monochromatic Colors of #FF86CA
Black with #FF86CA
Text Example
Text Example
White with #FF86CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86CA; }
p { color: rgb(255,134,202); }
H1.HeaderClassName
{
color: #FF86CA;
}
.AnyTagClassName
{
color: #FF86CA;
}
</style>
background-color css
<style>
a { background-color: #FF86CA; }
a { background-color: rgb(255,134,202); }
div.DivClassName
{
background-color: #FF86CA;
}
.BgClassName
{
background-color: #FF86CA;
}
</style>
border-color css
<style>
span { border-color: #FF86CA; }
span { border-color: rgb(255,134,202); }
td.TdClassName
{
border-color: #FF86CA;
}
.TagClassName
{
border-color: #FF86CA;
}
</style>