Shades of Tea Rose #FF86C6
Tints of Tea Rose #FF86C6
RGB
CMYK
RGB Variations
Color information
#FF86C6 (or 0xFF86C6) is known color: Tea Rose. HEX triplet: FF, 86 and C6. RGB value is (255,134,198). Sum of RGB (Red+Green+Blue) = 255+134+198=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86C6 is #007939. Grayscale: #B1B1B1. Windows color (decimal): -31034 or 13010687. OLE color: 13010687.
HSL color Cylindrical-coordinate representation of color #FF86C6: hue angle of 328.26º 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 #FF86C6 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 198 | - |
| CMYK | 0 | 0.47 | 0.22 | 0 |
| HSL | 328.26º | 1% | 0.76% | - |
| HSV(B) | 328.26º | 0.47% | 1% | - |
| XYZ | 59.96 | 42.39 | 58.45 | - |
| YUV | 177.48 | 139.59 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 198 | 0 | 0.47 | 0.22 | 0 | 328.26 | 1 | 0.76 |
| Hex | FF | 86 | C6 | 0 | 2F | 16 | 0 | 148 | 64 | 4C |
| Octal | 377 | 206 | 306 | 0 | 57 | 26 | 0 | 510 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11000110 | 0 | 101111 | 10110 | 0 | 101001000 | 1100100 | 1001100 |
Color Harmonies of #FF86C6
Complementary color
Monochromatic Colors of #FF86C6
Black with #FF86C6
Text Example
Text Example
White with #FF86C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86C6; }
p { color: rgb(255,134,198); }
H1.HeaderClassName
{
color: #FF86C6;
}
.AnyTagClassName
{
color: #FF86C6;
}
</style>
background-color css
<style>
a { background-color: #FF86C6; }
a { background-color: rgb(255,134,198); }
div.DivClassName
{
background-color: #FF86C6;
}
.BgClassName
{
background-color: #FF86C6;
}
</style>
border-color css
<style>
span { border-color: #FF86C6; }
span { border-color: rgb(255,134,198); }
td.TdClassName
{
border-color: #FF86C6;
}
.TagClassName
{
border-color: #FF86C6;
}
</style>