Shades of Tea Rose #FD86CF
Tints of Tea Rose #FD86CF
RGB
CMYK
RGB Variations
Color information
#FD86CF (or 0xFD86CF) is known color: Tea Rose. HEX triplet: FD, 86 and CF. RGB value is (253,134,207). Sum of RGB (Red+Green+Blue) = 253+134+207=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 134 (52.73% from 255 or 22.56% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD86CF is #027930. Grayscale: #B1B1B1. Windows color (decimal): -162097 or 13600509. OLE color: 13600509.
HSL color Cylindrical-coordinate representation of color #FD86CF: hue angle of 323.19º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD86CF is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 134 | 207 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.01 |
| HSL | 323.19º | 0.97% | 0.76% | - |
| HSV(B) | 323.19º | 0.47% | 0.99% | - |
| XYZ | 60.3 | 42.44 | 64.04 | - |
| YUV | 177.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 134 | 207 | 0 | 0.47 | 0.18 | 0.01 | 323.19 | 0.97 | 0.76 |
| Hex | FD | 86 | CF | 0 | 2F | 12 | 1 | 143 | 61 | 4C |
| Octal | 375 | 206 | 317 | 0 | 57 | 22 | 1 | 503 | 141 | 114 |
| Binary | 11111101 | 10000110 | 11001111 | 0 | 101111 | 10010 | 1 | 101000011 | 1100001 | 1001100 |
Color Harmonies of #FD86CF
Complementary color
Monochromatic Colors of #FD86CF
Black with #FD86CF
Text Example
Text Example
White with #FD86CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD86CF; }
p { color: rgb(253,134,207); }
H1.HeaderClassName
{
color: #FD86CF;
}
.AnyTagClassName
{
color: #FD86CF;
}
</style>
background-color css
<style>
a { background-color: #FD86CF; }
a { background-color: rgb(253,134,207); }
div.DivClassName
{
background-color: #FD86CF;
}
.BgClassName
{
background-color: #FD86CF;
}
</style>
border-color css
<style>
span { border-color: #FD86CF; }
span { border-color: rgb(253,134,207); }
td.TdClassName
{
border-color: #FD86CF;
}
.TagClassName
{
border-color: #FD86CF;
}
</style>