Shades of Tea Rose #FF86CF
Tints of Tea Rose #FF86CF
RGB
CMYK
RGB Variations
Color information
#FF86CF (or 0xFF86CF) is known color: Tea Rose. HEX triplet: FF, 86 and CF. RGB value is (255,134,207). Sum of RGB (Red+Green+Blue) = 255+134+207=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86CF is #007930. Grayscale: #B2B2B2. Windows color (decimal): -31025 or 13600511. OLE color: 13600511.
HSL color Cylindrical-coordinate representation of color #FF86CF: hue angle of 323.8º 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 #FF86CF is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 207 | - |
| CMYK | 0 | 0.47 | 0.19 | 0 |
| HSL | 323.8º | 1% | 0.76% | - |
| HSV(B) | 323.8º | 0.47% | 1% | - |
| XYZ | 61.03 | 42.82 | 64.08 | - |
| YUV | 178.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 207 | 0 | 0.47 | 0.19 | 0 | 323.8 | 1 | 0.76 |
| Hex | FF | 86 | CF | 0 | 2F | 13 | 0 | 144 | 64 | 4C |
| Octal | 377 | 206 | 317 | 0 | 57 | 23 | 0 | 504 | 144 | 114 |
| Binary | 11111111 | 10000110 | 11001111 | 0 | 101111 | 10011 | 0 | 101000100 | 1100100 | 1001100 |
Color Harmonies of #FF86CF
Complementary color
Monochromatic Colors of #FF86CF
Black with #FF86CF
Text Example
Text Example
White with #FF86CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86CF; }
p { color: rgb(255,134,207); }
H1.HeaderClassName
{
color: #FF86CF;
}
.AnyTagClassName
{
color: #FF86CF;
}
</style>
background-color css
<style>
a { background-color: #FF86CF; }
a { background-color: rgb(255,134,207); }
div.DivClassName
{
background-color: #FF86CF;
}
.BgClassName
{
background-color: #FF86CF;
}
</style>
border-color css
<style>
span { border-color: #FF86CF; }
span { border-color: rgb(255,134,207); }
td.TdClassName
{
border-color: #FF86CF;
}
.TagClassName
{
border-color: #FF86CF;
}
</style>