Shades of Tea Rose #FB86D1
Tints of Tea Rose #FB86D1
RGB
CMYK
RGB Variations
Color information
#FB86D1 (or 0xFB86D1) is known color: Tea Rose. HEX triplet: FB, 86 and D1. RGB value is (251,134,209). Sum of RGB (Red+Green+Blue) = 251+134+209=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 134 (52.73% from 255 or 22.56% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB86D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB86D1 is #04792E. Grayscale: #B1B1B1. Windows color (decimal): -293167 or 13731579. OLE color: 13731579.
HSL color Cylindrical-coordinate representation of color #FB86D1: hue angle of 321.54º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB86D1 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 209 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.02 |
| HSL | 321.54º | 0.94% | 0.75% | - |
| HSV(B) | 321.54º | 0.47% | 0.98% | - |
| XYZ | 59.82 | 42.16 | 65.31 | - |
| YUV | 177.53 | 145.76 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 209 | 0 | 0.47 | 0.17 | 0.02 | 321.54 | 0.94 | 0.75 |
| Hex | FB | 86 | D1 | 0 | 2F | 11 | 2 | 142 | 5E | 4B |
| Octal | 373 | 206 | 321 | 0 | 57 | 21 | 2 | 502 | 136 | 113 |
| Binary | 11111011 | 10000110 | 11010001 | 0 | 101111 | 10001 | 10 | 101000010 | 1011110 | 1001011 |
Color Harmonies of #FB86D1
Complementary color
Monochromatic Colors of #FB86D1
Black with #FB86D1
Text Example
Text Example
White with #FB86D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB86D1; }
p { color: rgb(251,134,209); }
H1.HeaderClassName
{
color: #FB86D1;
}
.AnyTagClassName
{
color: #FB86D1;
}
</style>
background-color css
<style>
a { background-color: #FB86D1; }
a { background-color: rgb(251,134,209); }
div.DivClassName
{
background-color: #FB86D1;
}
.BgClassName
{
background-color: #FB86D1;
}
</style>
border-color css
<style>
span { border-color: #FB86D1; }
span { border-color: rgb(251,134,209); }
td.TdClassName
{
border-color: #FB86D1;
}
.TagClassName
{
border-color: #FB86D1;
}
</style>