Shades of Tea Rose #FF86CE
Tints of Tea Rose #FF86CE
RGB
CMYK
RGB Variations
Color information
#FF86CE (or 0xFF86CE) is known color: Tea Rose. HEX triplet: FF, 86 and CE. RGB value is (255,134,206). Sum of RGB (Red+Green+Blue) = 255+134+206=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86CE is #007931. Grayscale: #B2B2B2. Windows color (decimal): -31026 or 13534975. OLE color: 13534975.
HSL color Cylindrical-coordinate representation of color #FF86CE: hue angle of 324.3º 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 #FF86CE is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 206 | - |
| CMYK | 0 | 0.47 | 0.19 | 0 |
| HSL | 324.3º | 1% | 0.76% | - |
| HSV(B) | 324.3º | 0.47% | 1% | - |
| XYZ | 60.91 | 42.77 | 63.44 | - |
| YUV | 178.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 206 | 0 | 0.47 | 0.19 | 0 | 324.3 | 1 | 0.76 |
| Hex | FF | 86 | CE | 0 | 2F | 13 | 0 | 144 | 64 | 4C |
| Octal | 377 | 206 | 316 | 0 | 57 | 23 | 0 | 504 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11001110 | 0 | 101111 | 10011 | 0 | 101000100 | 1100100 | 1001100 |
Color Harmonies of #FF86CE
Complementary color
Monochromatic Colors of #FF86CE
Black with #FF86CE
Text Example
Text Example
White with #FF86CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86CE; }
p { color: rgb(255,134,206); }
H1.HeaderClassName
{
color: #FF86CE;
}
.AnyTagClassName
{
color: #FF86CE;
}
</style>
background-color css
<style>
a { background-color: #FF86CE; }
a { background-color: rgb(255,134,206); }
div.DivClassName
{
background-color: #FF86CE;
}
.BgClassName
{
background-color: #FF86CE;
}
</style>
border-color css
<style>
span { border-color: #FF86CE; }
span { border-color: rgb(255,134,206); }
td.TdClassName
{
border-color: #FF86CE;
}
.TagClassName
{
border-color: #FF86CE;
}
</style>