Shades of Tea Rose #FF87D0
Tints of Tea Rose #FF87D0
RGB
CMYK
RGB Variations
Color information
#FF87D0 (or 0xFF87D0) is known color: Tea Rose. HEX triplet: FF, 87 and D0. RGB value is (255,135,208). Sum of RGB (Red+Green+Blue) = 255+135+208=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 135 (53.12% from 255 or 22.58% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87D0 is #00782F. Grayscale: #B3B3B3. Windows color (decimal): -30768 or 13666303. OLE color: 13666303.
HSL color Cylindrical-coordinate representation of color #FF87D0: hue angle of 323.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 #FF87D0 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 208 | - |
| CMYK | 0 | 0.47 | 0.18 | 0 |
| HSL | 323.5º | 1% | 0.76% | - |
| HSV(B) | 323.5º | 0.47% | 1% | - |
| XYZ | 61.29 | 43.14 | 64.77 | - |
| YUV | 179.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 208 | 0 | 0.47 | 0.18 | 0 | 323.5 | 1 | 0.76 |
| Hex | FF | 87 | D0 | 0 | 2F | 12 | 0 | 144 | 64 | 4C |
| Octal | 377 | 207 | 320 | 0 | 57 | 22 | 0 | 504 | 144 | 114 |
| Binary | 11111111 | 10000111 | 11010000 | 0 | 101111 | 10010 | 0 | 101000100 | 1100100 | 1001100 |
Color Harmonies of #FF87D0
Complementary color
Monochromatic Colors of #FF87D0
Black with #FF87D0
Text Example
Text Example
White with #FF87D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87D0; }
p { color: rgb(255,135,208); }
H1.HeaderClassName
{
color: #FF87D0;
}
.AnyTagClassName
{
color: #FF87D0;
}
</style>
background-color css
<style>
a { background-color: #FF87D0; }
a { background-color: rgb(255,135,208); }
div.DivClassName
{
background-color: #FF87D0;
}
.BgClassName
{
background-color: #FF87D0;
}
</style>
border-color css
<style>
span { border-color: #FF87D0; }
span { border-color: rgb(255,135,208); }
td.TdClassName
{
border-color: #FF87D0;
}
.TagClassName
{
border-color: #FF87D0;
}
</style>