Shades of Tea Rose #FF86BE
Tints of Tea Rose #FF86BE
RGB
CMYK
RGB Variations
Color information
#FF86BE (or 0xFF86BE) is known color: Tea Rose. HEX triplet: FF, 86 and BE. RGB value is (255,134,190). Sum of RGB (Red+Green+Blue) = 255+134+190=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 190 (74.61% from 255 or 32.82% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86BE is #007941. Grayscale: #B0B0B0. Windows color (decimal): -31042 or 12486399. OLE color: 12486399.
HSL color Cylindrical-coordinate representation of color #FF86BE: hue angle of 332.23º 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 #FF86BE is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 190 | - |
| CMYK | 0 | 0.47 | 0.25 | 0 |
| HSL | 332.23º | 1% | 0.76% | - |
| HSV(B) | 332.23º | 0.47% | 1% | - |
| XYZ | 59.06 | 42.03 | 53.71 | - |
| YUV | 176.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 190 | 0 | 0.47 | 0.25 | 0 | 332.23 | 1 | 0.76 |
| Hex | FF | 86 | BE | 0 | 2F | 19 | 0 | 14C | 64 | 4C |
| Octal | 377 | 206 | 276 | 0 | 57 | 31 | 0 | 514 | 144 | 114 |
| Binary | 11111111 | 10000110 | 10111110 | 0 | 101111 | 11001 | 0 | 101001100 | 1100100 | 1001100 |
Color Harmonies of #FF86BE
Complementary color
Monochromatic Colors of #FF86BE
Black with #FF86BE
Text Example
Text Example
White with #FF86BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86BE; }
p { color: rgb(255,134,190); }
H1.HeaderClassName
{
color: #FF86BE;
}
.AnyTagClassName
{
color: #FF86BE;
}
</style>
background-color css
<style>
a { background-color: #FF86BE; }
a { background-color: rgb(255,134,190); }
div.DivClassName
{
background-color: #FF86BE;
}
.BgClassName
{
background-color: #FF86BE;
}
</style>
border-color css
<style>
span { border-color: #FF86BE; }
span { border-color: rgb(255,134,190); }
td.TdClassName
{
border-color: #FF86BE;
}
.TagClassName
{
border-color: #FF86BE;
}
</style>