Shades of Tea Rose #FF86C0
Tints of Tea Rose #FF86C0
RGB
CMYK
RGB Variations
Color information
#FF86C0 (or 0xFF86C0) is known color: Tea Rose. HEX triplet: FF, 86 and C0. RGB value is (255,134,192). Sum of RGB (Red+Green+Blue) = 255+134+192=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86C0 is #00793F. Grayscale: #B0B0B0. Windows color (decimal): -31040 or 12617471. OLE color: 12617471.
HSL color Cylindrical-coordinate representation of color #FF86C0: hue angle of 331.24º 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 #FF86C0 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 192 | - |
| CMYK | 0 | 0.47 | 0.25 | 0 |
| HSL | 331.24º | 1% | 0.76% | - |
| HSV(B) | 331.24º | 0.47% | 1% | - |
| XYZ | 59.28 | 42.12 | 54.87 | - |
| YUV | 176.79 | 136.59 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 192 | 0 | 0.47 | 0.25 | 0 | 331.24 | 1 | 0.76 |
| Hex | FF | 86 | C0 | 0 | 2F | 19 | 0 | 14B | 64 | 4C |
| Octal | 377 | 206 | 300 | 0 | 57 | 31 | 0 | 513 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11000000 | 0 | 101111 | 11001 | 0 | 101001011 | 1100100 | 1001100 |
Color Harmonies of #FF86C0
Complementary color
Monochromatic Colors of #FF86C0
Black with #FF86C0
Text Example
Text Example
White with #FF86C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86C0; }
p { color: rgb(255,134,192); }
H1.HeaderClassName
{
color: #FF86C0;
}
.AnyTagClassName
{
color: #FF86C0;
}
</style>
background-color css
<style>
a { background-color: #FF86C0; }
a { background-color: rgb(255,134,192); }
div.DivClassName
{
background-color: #FF86C0;
}
.BgClassName
{
background-color: #FF86C0;
}
</style>
border-color css
<style>
span { border-color: #FF86C0; }
span { border-color: rgb(255,134,192); }
td.TdClassName
{
border-color: #FF86C0;
}
.TagClassName
{
border-color: #FF86C0;
}
</style>