Shades of Tea Rose #FF8EC0
Tints of Tea Rose #FF8EC0
RGB
CMYK
RGB Variations
Color information
#FF8EC0 (or 0xFF8EC0) is known color: Tea Rose. HEX triplet: FF, 8E and C0. RGB value is (255,142,192). Sum of RGB (Red+Green+Blue) = 255+142+192=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 142 (55.86% from 255 or 24.11% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8EC0 is #00713F. Grayscale: #B5B5B5. Windows color (decimal): -28992 or 12619519. OLE color: 12619519.
HSL color Cylindrical-coordinate representation of color #FF8EC0: hue angle of 333.45º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8EC0 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 192 | - |
| CMYK | 0 | 0.44 | 0.25 | 0 |
| HSL | 333.45º | 1% | 0.78% | - |
| HSV(B) | 333.45º | 0.44% | 1% | - |
| XYZ | 60.43 | 44.41 | 55.26 | - |
| YUV | 181.49 | 133.94 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 192 | 0 | 0.44 | 0.25 | 0 | 333.45 | 1 | 0.78 |
| Hex | FF | 8E | C0 | 0 | 2C | 19 | 0 | 14D | 64 | 4E |
| Octal | 377 | 216 | 300 | 0 | 54 | 31 | 0 | 515 | 144 | 116 |
| Binary | 11111111 | 10001110 | 11000000 | 0 | 101100 | 11001 | 0 | 101001101 | 1100100 | 1001110 |
Color Harmonies of #FF8EC0
Complementary color
Monochromatic Colors of #FF8EC0
Black with #FF8EC0
Text Example
Text Example
White with #FF8EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EC0; }
p { color: rgb(255,142,192); }
H1.HeaderClassName
{
color: #FF8EC0;
}
.AnyTagClassName
{
color: #FF8EC0;
}
</style>
background-color css
<style>
a { background-color: #FF8EC0; }
a { background-color: rgb(255,142,192); }
div.DivClassName
{
background-color: #FF8EC0;
}
.BgClassName
{
background-color: #FF8EC0;
}
</style>
border-color css
<style>
span { border-color: #FF8EC0; }
span { border-color: rgb(255,142,192); }
td.TdClassName
{
border-color: #FF8EC0;
}
.TagClassName
{
border-color: #FF8EC0;
}
</style>