Shades of Tea Rose #FE87D0
Tints of Tea Rose #FE87D0
RGB
CMYK
RGB Variations
Color information
#FE87D0 (or 0xFE87D0) is known color: Tea Rose. HEX triplet: FE, 87 and D0. RGB value is (254,135,208). Sum of RGB (Red+Green+Blue) = 254+135+208=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 135 (53.12% from 255 or 22.61% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87D0 is #01782F. Grayscale: #B2B2B2. Windows color (decimal): -96304 or 13666302. OLE color: 13666302.
HSL color Cylindrical-coordinate representation of color #FE87D0: hue angle of 323.19º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE87D0 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 208 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.00 |
| HSL | 323.19º | 0.98% | 0.76% | - |
| HSV(B) | 323.19º | 0.47% | 1% | - |
| XYZ | 60.92 | 42.95 | 64.75 | - |
| YUV | 178.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 208 | 0 | 0.47 | 0.18 | 0.00 | 323.19 | 0.98 | 0.76 |
| Hex | FE | 87 | D0 | 0 | 2F | 12 | 0 | 143 | 62 | 4C |
| Octal | 376 | 207 | 320 | 0 | 57 | 22 | 0 | 503 | 142 | 114 |
| Binary | 11111110 | 10000111 | 11010000 | 0 | 101111 | 10010 | 0 | 101000011 | 1100010 | 1001100 |
Color Harmonies of #FE87D0
Complementary color
Monochromatic Colors of #FE87D0
Black with #FE87D0
Text Example
Text Example
White with #FE87D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE87D0; }
p { color: rgb(254,135,208); }
H1.HeaderClassName
{
color: #FE87D0;
}
.AnyTagClassName
{
color: #FE87D0;
}
</style>
background-color css
<style>
a { background-color: #FE87D0; }
a { background-color: rgb(254,135,208); }
div.DivClassName
{
background-color: #FE87D0;
}
.BgClassName
{
background-color: #FE87D0;
}
</style>
border-color css
<style>
span { border-color: #FE87D0; }
span { border-color: rgb(254,135,208); }
td.TdClassName
{
border-color: #FE87D0;
}
.TagClassName
{
border-color: #FE87D0;
}
</style>