Shades of Tea Rose #FE87C9
Tints of Tea Rose #FE87C9
RGB
CMYK
RGB Variations
Color information
#FE87C9 (or 0xFE87C9) is known color: Tea Rose. HEX triplet: FE, 87 and C9. RGB value is (254,135,201). Sum of RGB (Red+Green+Blue) = 254+135+201=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 135 (53.12% from 255 or 22.88% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87C9 is #017836. Grayscale: #B1B1B1. Windows color (decimal): -96311 or 13207550. OLE color: 13207550.
HSL color Cylindrical-coordinate representation of color #FE87C9: hue angle of 326.72º 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 #FE87C9 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 201 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.00 |
| HSL | 326.72º | 0.98% | 0.76% | - |
| HSV(B) | 326.72º | 0.47% | 1% | - |
| XYZ | 60.08 | 42.62 | 60.32 | - |
| YUV | 178.11 | 140.92 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 201 | 0 | 0.47 | 0.21 | 0.00 | 326.72 | 0.98 | 0.76 |
| Hex | FE | 87 | C9 | 0 | 2F | 15 | 0 | 147 | 62 | 4C |
| Octal | 376 | 207 | 311 | 0 | 57 | 25 | 0 | 507 | 142 | 114 |
| Binary | 11111110 | 10000111 | 11001001 | 0 | 101111 | 10101 | 0 | 101000111 | 1100010 | 1001100 |
Color Harmonies of #FE87C9
Complementary color
Monochromatic Colors of #FE87C9
Black with #FE87C9
Text Example
Text Example
White with #FE87C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE87C9; }
p { color: rgb(254,135,201); }
H1.HeaderClassName
{
color: #FE87C9;
}
.AnyTagClassName
{
color: #FE87C9;
}
</style>
background-color css
<style>
a { background-color: #FE87C9; }
a { background-color: rgb(254,135,201); }
div.DivClassName
{
background-color: #FE87C9;
}
.BgClassName
{
background-color: #FE87C9;
}
</style>
border-color css
<style>
span { border-color: #FE87C9; }
span { border-color: rgb(254,135,201); }
td.TdClassName
{
border-color: #FE87C9;
}
.TagClassName
{
border-color: #FE87C9;
}
</style>