Shades of Tea Rose #FF8EC3
Tints of Tea Rose #FF8EC3
RGB
CMYK
RGB Variations
Color information
#FF8EC3 (or 0xFF8EC3) is known color: Tea Rose. HEX triplet: FF, 8E and C3. RGB value is (255,142,195). Sum of RGB (Red+Green+Blue) = 255+142+195=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8EC3 is #00713C. Grayscale: #B5B5B5. Windows color (decimal): -28989 or 12816127. OLE color: 12816127.
HSL color Cylindrical-coordinate representation of color #FF8EC3: hue angle of 331.86º 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 #FF8EC3 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 195 | - |
| CMYK | 0 | 0.44 | 0.24 | 0 |
| HSL | 331.86º | 1% | 0.78% | - |
| HSV(B) | 331.86º | 0.44% | 1% | - |
| XYZ | 60.76 | 44.55 | 57.03 | - |
| YUV | 181.83 | 135.44 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 195 | 0 | 0.44 | 0.24 | 0 | 331.86 | 1 | 0.78 |
| Hex | FF | 8E | C3 | 0 | 2C | 18 | 0 | 14C | 64 | 4E |
| Octal | 377 | 216 | 303 | 0 | 54 | 30 | 0 | 514 | 144 | 116 |
| Binary | 11111111 | 10001110 | 11000011 | 0 | 101100 | 11000 | 0 | 101001100 | 1100100 | 1001110 |
Color Harmonies of #FF8EC3
Complementary color
Monochromatic Colors of #FF8EC3
Black with #FF8EC3
Text Example
Text Example
White with #FF8EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EC3; }
p { color: rgb(255,142,195); }
H1.HeaderClassName
{
color: #FF8EC3;
}
.AnyTagClassName
{
color: #FF8EC3;
}
</style>
background-color css
<style>
a { background-color: #FF8EC3; }
a { background-color: rgb(255,142,195); }
div.DivClassName
{
background-color: #FF8EC3;
}
.BgClassName
{
background-color: #FF8EC3;
}
</style>
border-color css
<style>
span { border-color: #FF8EC3; }
span { border-color: rgb(255,142,195); }
td.TdClassName
{
border-color: #FF8EC3;
}
.TagClassName
{
border-color: #FF8EC3;
}
</style>