Shades of Tea Rose #FF87CE
Tints of Tea Rose #FF87CE
RGB
CMYK
RGB Variations
Color information
#FF87CE (or 0xFF87CE) is known color: Tea Rose. HEX triplet: FF, 87 and CE. RGB value is (255,135,206). Sum of RGB (Red+Green+Blue) = 255+135+206=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 135 (53.12% from 255 or 22.65% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87CE is #007831. Grayscale: #B2B2B2. Windows color (decimal): -30770 or 13535231. OLE color: 13535231.
HSL color Cylindrical-coordinate representation of color #FF87CE: hue angle of 324.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 #FF87CE is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 206 | - |
| CMYK | 0 | 0.47 | 0.19 | 0 |
| HSL | 324.5º | 1% | 0.76% | - |
| HSV(B) | 324.5º | 0.47% | 1% | - |
| XYZ | 61.04 | 43.04 | 63.48 | - |
| YUV | 178.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 206 | 0 | 0.47 | 0.19 | 0 | 324.5 | 1 | 0.76 |
| Hex | FF | 87 | CE | 0 | 2F | 13 | 0 | 144 | 64 | 4C |
| Octal | 377 | 207 | 316 | 0 | 57 | 23 | 0 | 504 | 144 | 114 |
| Binary | 11111111 | 10000111 | 11001110 | 0 | 101111 | 10011 | 0 | 101000100 | 1100100 | 1001100 |
Color Harmonies of #FF87CE
Complementary color
Monochromatic Colors of #FF87CE
Black with #FF87CE
Text Example
Text Example
White with #FF87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87CE; }
p { color: rgb(255,135,206); }
H1.HeaderClassName
{
color: #FF87CE;
}
.AnyTagClassName
{
color: #FF87CE;
}
</style>
background-color css
<style>
a { background-color: #FF87CE; }
a { background-color: rgb(255,135,206); }
div.DivClassName
{
background-color: #FF87CE;
}
.BgClassName
{
background-color: #FF87CE;
}
</style>
border-color css
<style>
span { border-color: #FF87CE; }
span { border-color: rgb(255,135,206); }
td.TdClassName
{
border-color: #FF87CE;
}
.TagClassName
{
border-color: #FF87CE;
}
</style>