Shades of Tea Rose #FF87BC
Tints of Tea Rose #FF87BC
RGB
CMYK
RGB Variations
Color information
#FF87BC (or 0xFF87BC) is known color: Tea Rose. HEX triplet: FF, 87 and BC. RGB value is (255,135,188). Sum of RGB (Red+Green+Blue) = 255+135+188=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87BC is #007843. Grayscale: #B0B0B0. Windows color (decimal): -30788 or 12355583. OLE color: 12355583.
HSL color Cylindrical-coordinate representation of color #FF87BC: hue angle of 333.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF87BC is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 188 | - |
| CMYK | 0 | 0.47 | 0.26 | 0 |
| HSL | 333.5º | 1% | 0.76% | - |
| HSV(B) | 333.5º | 0.47% | 1% | - |
| XYZ | 58.98 | 42.22 | 52.62 | - |
| YUV | 176.92 | 134.26 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 188 | 0 | 0.47 | 0.26 | 0 | 333.5 | 1 | 0.76 |
| Hex | FF | 87 | BC | 0 | 2F | 1A | 0 | 14E | 64 | 4C |
| Octal | 377 | 207 | 274 | 0 | 57 | 32 | 0 | 516 | 144 | 114 |
| Binary | 11111111 | 10000111 | 10111100 | 0 | 101111 | 11010 | 0 | 101001110 | 1100100 | 1001100 |
Color Harmonies of #FF87BC
Complementary color
Monochromatic Colors of #FF87BC
Black with #FF87BC
Text Example
Text Example
White with #FF87BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87BC; }
p { color: rgb(255,135,188); }
H1.HeaderClassName
{
color: #FF87BC;
}
.AnyTagClassName
{
color: #FF87BC;
}
</style>
background-color css
<style>
a { background-color: #FF87BC; }
a { background-color: rgb(255,135,188); }
div.DivClassName
{
background-color: #FF87BC;
}
.BgClassName
{
background-color: #FF87BC;
}
</style>
border-color css
<style>
span { border-color: #FF87BC; }
span { border-color: rgb(255,135,188); }
td.TdClassName
{
border-color: #FF87BC;
}
.TagClassName
{
border-color: #FF87BC;
}
</style>