Shades of Tea Rose #FF8EC5
Tints of Tea Rose #FF8EC5
RGB
CMYK
RGB Variations
Color information
#FF8EC5 (or 0xFF8EC5) is known color: Tea Rose. HEX triplet: FF, 8E and C5. RGB value is (255,142,197). Sum of RGB (Red+Green+Blue) = 255+142+197=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 197 (77.34% from 255 or 33.16% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8EC5 is #00713A. Grayscale: #B5B5B5. Windows color (decimal): -28987 or 12947199. OLE color: 12947199.
HSL color Cylindrical-coordinate representation of color #FF8EC5: hue angle of 330.8º 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 #FF8EC5 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 197 | - |
| CMYK | 0 | 0.44 | 0.23 | 0 |
| HSL | 330.8º | 1% | 0.78% | - |
| HSV(B) | 330.8º | 0.44% | 1% | - |
| XYZ | 60.99 | 44.64 | 58.22 | - |
| YUV | 182.06 | 136.44 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 197 | 0 | 0.44 | 0.23 | 0 | 330.8 | 1 | 0.78 |
| Hex | FF | 8E | C5 | 0 | 2C | 17 | 0 | 14B | 64 | 4E |
| Octal | 377 | 216 | 305 | 0 | 54 | 27 | 0 | 513 | 144 | 116 |
| Binary | 11111111 | 10001110 | 11000101 | 0 | 101100 | 10111 | 0 | 101001011 | 1100100 | 1001110 |
Color Harmonies of #FF8EC5
Complementary color
Monochromatic Colors of #FF8EC5
Black with #FF8EC5
Text Example
Text Example
White with #FF8EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EC5; }
p { color: rgb(255,142,197); }
H1.HeaderClassName
{
color: #FF8EC5;
}
.AnyTagClassName
{
color: #FF8EC5;
}
</style>
background-color css
<style>
a { background-color: #FF8EC5; }
a { background-color: rgb(255,142,197); }
div.DivClassName
{
background-color: #FF8EC5;
}
.BgClassName
{
background-color: #FF8EC5;
}
</style>
border-color css
<style>
span { border-color: #FF8EC5; }
span { border-color: rgb(255,142,197); }
td.TdClassName
{
border-color: #FF8EC5;
}
.TagClassName
{
border-color: #FF8EC5;
}
</style>