Shades of Tea Rose #FB87C2
Tints of Tea Rose #FB87C2
RGB
CMYK
RGB Variations
Color information
#FB87C2 (or 0xFB87C2) is known color: Tea Rose. HEX triplet: FB, 87 and C2. RGB value is (251,135,194). Sum of RGB (Red+Green+Blue) = 251+135+194=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 135 (53.12% from 255 or 23.28% from 580); Blue value is 194 (76.17% from 255 or 33.45% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FB87C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB87C2 is #04783D. Grayscale: #B0B0B0. Windows color (decimal): -292926 or 12748795. OLE color: 12748795.
HSL color Cylindrical-coordinate representation of color #FB87C2: hue angle of 329.48º 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 #FB87C2 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 135 | 194 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.02 |
| HSL | 329.48º | 0.94% | 0.76% | - |
| HSV(B) | 329.48º | 0.46% | 0.98% | - |
| XYZ | 58.19 | 41.73 | 56.03 | - |
| YUV | 176.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 135 | 194 | 0 | 0.46 | 0.23 | 0.02 | 329.48 | 0.94 | 0.76 |
| Hex | FB | 87 | C2 | 0 | 2E | 17 | 2 | 149 | 5E | 4C |
| Octal | 373 | 207 | 302 | 0 | 56 | 27 | 2 | 511 | 136 | 114 |
| Binary | 11111011 | 10000111 | 11000010 | 0 | 101110 | 10111 | 10 | 101001001 | 1011110 | 1001100 |
Color Harmonies of #FB87C2
Complementary color
Monochromatic Colors of #FB87C2
Black with #FB87C2
Text Example
Text Example
White with #FB87C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB87C2; }
p { color: rgb(251,135,194); }
H1.HeaderClassName
{
color: #FB87C2;
}
.AnyTagClassName
{
color: #FB87C2;
}
</style>
background-color css
<style>
a { background-color: #FB87C2; }
a { background-color: rgb(251,135,194); }
div.DivClassName
{
background-color: #FB87C2;
}
.BgClassName
{
background-color: #FB87C2;
}
</style>
border-color css
<style>
span { border-color: #FB87C2; }
span { border-color: rgb(251,135,194); }
td.TdClassName
{
border-color: #FB87C2;
}
.TagClassName
{
border-color: #FB87C2;
}
</style>