Shades of Tea Rose #FE87CA
Tints of Tea Rose #FE87CA
RGB
CMYK
RGB Variations
Color information
#FE87CA (or 0xFE87CA) is known color: Tea Rose. HEX triplet: FE, 87 and CA. RGB value is (254,135,202). Sum of RGB (Red+Green+Blue) = 254+135+202=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 135 (53.12% from 255 or 22.84% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE87CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE87CA is #017835. Grayscale: #B2B2B2. Windows color (decimal): -96310 or 13273086. OLE color: 13273086.
HSL color Cylindrical-coordinate representation of color #FE87CA: hue angle of 326.22º 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 #FE87CA is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 202 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.00 |
| HSL | 326.22º | 0.98% | 0.76% | - |
| HSV(B) | 326.22º | 0.47% | 1% | - |
| XYZ | 60.2 | 42.66 | 60.94 | - |
| YUV | 178.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 202 | 0 | 0.47 | 0.20 | 0.00 | 326.22 | 0.98 | 0.76 |
| Hex | FE | 87 | CA | 0 | 2F | 14 | 0 | 146 | 62 | 4C |
| Octal | 376 | 207 | 312 | 0 | 57 | 24 | 0 | 506 | 142 | 114 |
| Binary | 11111110 | 10000111 | 11001010 | 0 | 101111 | 10100 | 0 | 101000110 | 1100010 | 1001100 |
Color Harmonies of #FE87CA
Complementary color
Monochromatic Colors of #FE87CA
Black with #FE87CA
Text Example
Text Example
White with #FE87CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE87CA; }
p { color: rgb(254,135,202); }
H1.HeaderClassName
{
color: #FE87CA;
}
.AnyTagClassName
{
color: #FE87CA;
}
</style>
background-color css
<style>
a { background-color: #FE87CA; }
a { background-color: rgb(254,135,202); }
div.DivClassName
{
background-color: #FE87CA;
}
.BgClassName
{
background-color: #FE87CA;
}
</style>
border-color css
<style>
span { border-color: #FE87CA; }
span { border-color: rgb(254,135,202); }
td.TdClassName
{
border-color: #FE87CA;
}
.TagClassName
{
border-color: #FE87CA;
}
</style>