Shades of Tea Rose #FD87CE
Tints of Tea Rose #FD87CE
RGB
CMYK
RGB Variations
Color information
#FD87CE (or 0xFD87CE) is known color: Tea Rose. HEX triplet: FD, 87 and CE. RGB value is (253,135,206). Sum of RGB (Red+Green+Blue) = 253+135+206=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 135 (53.12% from 255 or 22.73% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FD87CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD87CE is #027831. Grayscale: #B2B2B2. Windows color (decimal): -161842 or 13535229. OLE color: 13535229.
HSL color Cylindrical-coordinate representation of color #FD87CE: hue angle of 323.9º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD87CE is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 135 | 206 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.01 |
| HSL | 323.9º | 0.97% | 0.76% | - |
| HSV(B) | 323.9º | 0.47% | 0.99% | - |
| XYZ | 60.31 | 42.67 | 63.45 | - |
| YUV | 178.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 135 | 206 | 0 | 0.47 | 0.19 | 0.01 | 323.9 | 0.97 | 0.76 |
| Hex | FD | 87 | CE | 0 | 2F | 13 | 1 | 144 | 61 | 4C |
| Octal | 375 | 207 | 316 | 0 | 57 | 23 | 1 | 504 | 141 | 114 |
| Binary | 11111101 | 10000111 | 11001110 | 0 | 101111 | 10011 | 1 | 101000100 | 1100001 | 1001100 |
Color Harmonies of #FD87CE
Complementary color
Monochromatic Colors of #FD87CE
Black with #FD87CE
Text Example
Text Example
White with #FD87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD87CE; }
p { color: rgb(253,135,206); }
H1.HeaderClassName
{
color: #FD87CE;
}
.AnyTagClassName
{
color: #FD87CE;
}
</style>
background-color css
<style>
a { background-color: #FD87CE; }
a { background-color: rgb(253,135,206); }
div.DivClassName
{
background-color: #FD87CE;
}
.BgClassName
{
background-color: #FD87CE;
}
</style>
border-color css
<style>
span { border-color: #FD87CE; }
span { border-color: rgb(253,135,206); }
td.TdClassName
{
border-color: #FD87CE;
}
.TagClassName
{
border-color: #FD87CE;
}
</style>