Shades of Tea Rose #FF8EC8
Tints of Tea Rose #FF8EC8
RGB
CMYK
RGB Variations
Color information
#FF8EC8 (or 0xFF8EC8) is known color: Tea Rose. HEX triplet: FF, 8E and C8. RGB value is (255,142,200). Sum of RGB (Red+Green+Blue) = 255+142+200=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 200 (78.52% from 255 or 33.50% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8EC8 is #007137. Grayscale: #B6B6B6. Windows color (decimal): -28984 or 13143807. OLE color: 13143807.
HSL color Cylindrical-coordinate representation of color #FF8EC8: hue angle of 329.2º 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 #FF8EC8 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 200 | - |
| CMYK | 0 | 0.44 | 0.22 | 0 |
| HSL | 329.2º | 1% | 0.78% | - |
| HSV(B) | 329.2º | 0.44% | 1% | - |
| XYZ | 61.34 | 44.78 | 60.05 | - |
| YUV | 182.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 200 | 0 | 0.44 | 0.22 | 0 | 329.2 | 1 | 0.78 |
| Hex | FF | 8E | C8 | 0 | 2C | 16 | 0 | 149 | 64 | 4E |
| Octal | 377 | 216 | 310 | 0 | 54 | 26 | 0 | 511 | 144 | 116 |
| Binary | 11111111 | 10001110 | 11001000 | 0 | 101100 | 10110 | 0 | 101001001 | 1100100 | 1001110 |
Color Harmonies of #FF8EC8
Complementary color
Monochromatic Colors of #FF8EC8
Black with #FF8EC8
Text Example
Text Example
White with #FF8EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EC8; }
p { color: rgb(255,142,200); }
H1.HeaderClassName
{
color: #FF8EC8;
}
.AnyTagClassName
{
color: #FF8EC8;
}
</style>
background-color css
<style>
a { background-color: #FF8EC8; }
a { background-color: rgb(255,142,200); }
div.DivClassName
{
background-color: #FF8EC8;
}
.BgClassName
{
background-color: #FF8EC8;
}
</style>
border-color css
<style>
span { border-color: #FF8EC8; }
span { border-color: rgb(255,142,200); }
td.TdClassName
{
border-color: #FF8EC8;
}
.TagClassName
{
border-color: #FF8EC8;
}
</style>