Shades of Tea Rose #FB87C6
Tints of Tea Rose #FB87C6
RGB
CMYK
RGB Variations
Color information
#FB87C6 (or 0xFB87C6) is known color: Tea Rose. HEX triplet: FB, 87 and C6. RGB value is (251,135,198). Sum of RGB (Red+Green+Blue) = 251+135+198=584 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.98% from 584); Green value is 135 (53.12% from 255 or 23.12% from 584); Blue value is 198 (77.73% from 255 or 33.90% from 584); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB87C6 is #047839. Grayscale: #B0B0B0. Windows color (decimal): -292922 or 13010939. OLE color: 13010939.
HSL color Cylindrical-coordinate representation of color #FB87C6: hue angle of 327.41º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB87C6 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 198 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.02 |
| HSL | 327.41º | 0.94% | 0.76% | - |
| HSV(B) | 327.41º | 0.46% | 0.98% | - |
| XYZ | 58.64 | 41.91 | 58.43 | - |
| YUV | 176.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 198 | 0 | 0.46 | 0.21 | 0.02 | 327.41 | 0.94 | 0.76 |
| Hex | FB | 87 | C6 | 0 | 2E | 15 | 2 | 147 | 5E | 4C |
| Octal | 373 | 207 | 306 | 0 | 56 | 25 | 2 | 507 | 136 | 114 |
| Binary | 11111011 | 10000111 | 11000110 | 0 | 101110 | 10101 | 10 | 101000111 | 1011110 | 1001100 |
Color Harmonies of #FB87C6
Complementary color
Monochromatic Colors of #FB87C6
Black with #FB87C6
Text Example
Text Example
White with #FB87C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB87C6; }
p { color: rgb(251,135,198); }
H1.HeaderClassName
{
color: #FB87C6;
}
.AnyTagClassName
{
color: #FB87C6;
}
</style>
background-color css
<style>
a { background-color: #FB87C6; }
a { background-color: rgb(251,135,198); }
div.DivClassName
{
background-color: #FB87C6;
}
.BgClassName
{
background-color: #FB87C6;
}
</style>
border-color css
<style>
span { border-color: #FB87C6; }
span { border-color: rgb(251,135,198); }
td.TdClassName
{
border-color: #FB87C6;
}
.TagClassName
{
border-color: #FB87C6;
}
</style>