Shades of Tea Rose #FF86C1
Tints of Tea Rose #FF86C1
RGB
CMYK
RGB Variations
Color information
#FF86C1 (or 0xFF86C1) is known color: Tea Rose. HEX triplet: FF, 86 and C1. RGB value is (255,134,193). Sum of RGB (Red+Green+Blue) = 255+134+193=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 134 (52.73% from 255 or 23.02% from 582); Blue value is 193 (75.78% from 255 or 33.16% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86C1 is #00793E. Grayscale: #B0B0B0. Windows color (decimal): -31039 or 12683007. OLE color: 12683007.
HSL color Cylindrical-coordinate representation of color #FF86C1: hue angle of 330.74º 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 #FF86C1 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 193 | - |
| CMYK | 0 | 0.47 | 0.24 | 0 |
| HSL | 330.74º | 1% | 0.76% | - |
| HSV(B) | 330.74º | 0.47% | 1% | - |
| XYZ | 59.39 | 42.16 | 55.46 | - |
| YUV | 176.91 | 137.09 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 193 | 0 | 0.47 | 0.24 | 0 | 330.74 | 1 | 0.76 |
| Hex | FF | 86 | C1 | 0 | 2F | 18 | 0 | 14B | 64 | 4C |
| Octal | 377 | 206 | 301 | 0 | 57 | 30 | 0 | 513 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11000001 | 0 | 101111 | 11000 | 0 | 101001011 | 1100100 | 1001100 |
Color Harmonies of #FF86C1
Complementary color
Monochromatic Colors of #FF86C1
Black with #FF86C1
Text Example
Text Example
White with #FF86C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86C1; }
p { color: rgb(255,134,193); }
H1.HeaderClassName
{
color: #FF86C1;
}
.AnyTagClassName
{
color: #FF86C1;
}
</style>
background-color css
<style>
a { background-color: #FF86C1; }
a { background-color: rgb(255,134,193); }
div.DivClassName
{
background-color: #FF86C1;
}
.BgClassName
{
background-color: #FF86C1;
}
</style>
border-color css
<style>
span { border-color: #FF86C1; }
span { border-color: rgb(255,134,193); }
td.TdClassName
{
border-color: #FF86C1;
}
.TagClassName
{
border-color: #FF86C1;
}
</style>