Shades of Tea Rose #FF87C8
Tints of Tea Rose #FF87C8
RGB
CMYK
RGB Variations
Color information
#FF87C8 (or 0xFF87C8) is known color: Tea Rose. HEX triplet: FF, 87 and C8. RGB value is (255,135,200). Sum of RGB (Red+Green+Blue) = 255+135+200=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 135 (53.12% from 255 or 22.88% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF87C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF87C8 is #007837. Grayscale: #B2B2B2. Windows color (decimal): -30776 or 13142015. OLE color: 13142015.
HSL color Cylindrical-coordinate representation of color #FF87C8: hue angle of 327.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 #FF87C8 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 135 | 200 | - |
CMYK | 0 | 0.47 | 0.22 | 0 |
HSL | 327.5º | 1% | 0.76% | - |
HSV(B) | 327.5º | 0.47% | 1% | - |
XYZ | 60.33 | 42.76 | 59.72 | - |
YUV | 178.29 | 140.26 | 182.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 135 | 200 | 0 | 0.47 | 0.22 | 0 | 327.5 | 1 | 0.76 |
Hex | FF | 87 | C8 | 0 | 2F | 16 | 0 | 148 | 64 | 4C |
Octal | 377 | 207 | 310 | 0 | 57 | 26 | 0 | 510 | 144 | 114 |
Binary | 11111111 | 10000111 | 11001000 | 0 | 101111 | 10110 | 0 | 101001000 | 1100100 | 1001100 |
Color Harmonies of #FF87C8
Complementary color
Monochromatic Colors of #FF87C8
Black with #FF87C8
Text Example
Text Example
White with #FF87C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF87C8; }
p { color: rgb(255,135,200); }
H1.HeaderClassName
{
color: #FF87C8;
}
.AnyTagClassName
{
color: #FF87C8;
}
</style>
background-color css
<style>
a { background-color: #FF87C8; }
a { background-color: rgb(255,135,200); }
div.DivClassName
{
background-color: #FF87C8;
}
.BgClassName
{
background-color: #FF87C8;
}
</style>
border-color css
<style>
span { border-color: #FF87C8; }
span { border-color: rgb(255,135,200); }
td.TdClassName
{
border-color: #FF87C8;
}
.TagClassName
{
border-color: #FF87C8;
}
</style>