Shades of Tea Rose #FD86C2
Tints of Tea Rose #FD86C2
RGB
CMYK
RGB Variations
Color information
#FD86C2 (or 0xFD86C2) is known color: Tea Rose. HEX triplet: FD, 86 and C2. RGB value is (253,134,194). Sum of RGB (Red+Green+Blue) = 253+134+194=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FD86C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD86C2 is #02793D. Grayscale: #B0B0B0. Windows color (decimal): -162110 or 12748541. OLE color: 12748541.
HSL color Cylindrical-coordinate representation of color #FD86C2: hue angle of 329.75º 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 #FD86C2 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 134 | 194 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.01 |
| HSL | 329.75º | 0.97% | 0.76% | - |
| HSV(B) | 329.75º | 0.47% | 0.99% | - |
| XYZ | 58.77 | 41.83 | 56.01 | - |
| YUV | 176.42 | 137.92 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 134 | 194 | 0 | 0.47 | 0.23 | 0.01 | 329.75 | 0.97 | 0.76 |
| Hex | FD | 86 | C2 | 0 | 2F | 17 | 1 | 14A | 61 | 4C |
| Octal | 375 | 206 | 302 | 0 | 57 | 27 | 1 | 512 | 141 | 114 |
| Binary | 11111101 | 10000110 | 11000010 | 0 | 101111 | 10111 | 1 | 101001010 | 1100001 | 1001100 |
Color Harmonies of #FD86C2
Complementary color
Monochromatic Colors of #FD86C2
Black with #FD86C2
Text Example
Text Example
White with #FD86C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD86C2; }
p { color: rgb(253,134,194); }
H1.HeaderClassName
{
color: #FD86C2;
}
.AnyTagClassName
{
color: #FD86C2;
}
</style>
background-color css
<style>
a { background-color: #FD86C2; }
a { background-color: rgb(253,134,194); }
div.DivClassName
{
background-color: #FD86C2;
}
.BgClassName
{
background-color: #FD86C2;
}
</style>
border-color css
<style>
span { border-color: #FD86C2; }
span { border-color: rgb(253,134,194); }
td.TdClassName
{
border-color: #FD86C2;
}
.TagClassName
{
border-color: #FD86C2;
}
</style>