Shades of Tea Rose #FB87C9
Tints of Tea Rose #FB87C9
RGB
CMYK
RGB Variations
Color information
#FB87C9 (or 0xFB87C9) is known color: Tea Rose. HEX triplet: FB, 87 and C9. RGB value is (251,135,201). Sum of RGB (Red+Green+Blue) = 251+135+201=587 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.76% from 587); Green value is 135 (53.12% from 255 or 23.00% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB87C9 is #047836. Grayscale: #B1B1B1. Windows color (decimal): -292919 or 13207547. OLE color: 13207547.
HSL color Cylindrical-coordinate representation of color #FB87C9: hue angle of 325.86º 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 #FB87C9 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 201 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.02 |
| HSL | 325.86º | 0.94% | 0.76% | - |
| HSV(B) | 325.86º | 0.46% | 0.98% | - |
| XYZ | 58.99 | 42.05 | 60.27 | - |
| YUV | 177.21 | 141.43 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 201 | 0 | 0.46 | 0.20 | 0.02 | 325.86 | 0.94 | 0.76 |
| Hex | FB | 87 | C9 | 0 | 2E | 14 | 2 | 146 | 5E | 4C |
| Octal | 373 | 207 | 311 | 0 | 56 | 24 | 2 | 506 | 136 | 114 |
| Binary | 11111011 | 10000111 | 11001001 | 0 | 101110 | 10100 | 10 | 101000110 | 1011110 | 1001100 |
Color Harmonies of #FB87C9
Complementary color
Monochromatic Colors of #FB87C9
Black with #FB87C9
Text Example
Text Example
White with #FB87C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB87C9; }
p { color: rgb(251,135,201); }
H1.HeaderClassName
{
color: #FB87C9;
}
.AnyTagClassName
{
color: #FB87C9;
}
</style>
background-color css
<style>
a { background-color: #FB87C9; }
a { background-color: rgb(251,135,201); }
div.DivClassName
{
background-color: #FB87C9;
}
.BgClassName
{
background-color: #FB87C9;
}
</style>
border-color css
<style>
span { border-color: #FB87C9; }
span { border-color: rgb(251,135,201); }
td.TdClassName
{
border-color: #FB87C9;
}
.TagClassName
{
border-color: #FB87C9;
}
</style>