Shades of Tea Rose #FF86C9
Tints of Tea Rose #FF86C9
RGB
CMYK
RGB Variations
Color information
#FF86C9 (or 0xFF86C9) is known color: Tea Rose. HEX triplet: FF, 86 and C9. RGB value is (255,134,201). Sum of RGB (Red+Green+Blue) = 255+134+201=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 134 (52.73% from 255 or 22.71% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86C9 is #007936. Grayscale: #B1B1B1. Windows color (decimal): -31031 or 13207295. OLE color: 13207295.
HSL color Cylindrical-coordinate representation of color #FF86C9: hue angle of 326.78º 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 #FF86C9 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 201 | - |
| CMYK | 0 | 0.47 | 0.21 | 0 |
| HSL | 326.78º | 1% | 0.76% | - |
| HSV(B) | 326.78º | 0.47% | 1% | - |
| XYZ | 60.31 | 42.53 | 60.29 | - |
| YUV | 177.82 | 141.09 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 201 | 0 | 0.47 | 0.21 | 0 | 326.78 | 1 | 0.76 |
| Hex | FF | 86 | C9 | 0 | 2F | 15 | 0 | 147 | 64 | 4C |
| Octal | 377 | 206 | 311 | 0 | 57 | 25 | 0 | 507 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11001001 | 0 | 101111 | 10101 | 0 | 101000111 | 1100100 | 1001100 |
Color Harmonies of #FF86C9
Complementary color
Monochromatic Colors of #FF86C9
Black with #FF86C9
Text Example
Text Example
White with #FF86C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86C9; }
p { color: rgb(255,134,201); }
H1.HeaderClassName
{
color: #FF86C9;
}
.AnyTagClassName
{
color: #FF86C9;
}
</style>
background-color css
<style>
a { background-color: #FF86C9; }
a { background-color: rgb(255,134,201); }
div.DivClassName
{
background-color: #FF86C9;
}
.BgClassName
{
background-color: #FF86C9;
}
</style>
border-color css
<style>
span { border-color: #FF86C9; }
span { border-color: rgb(255,134,201); }
td.TdClassName
{
border-color: #FF86C9;
}
.TagClassName
{
border-color: #FF86C9;
}
</style>