Shades of Tea Rose #FF8EBC
Tints of Tea Rose #FF8EBC
RGB
CMYK
RGB Variations
Color information
#FF8EBC (or 0xFF8EBC) is known color: Tea Rose. HEX triplet: FF, 8E and BC. RGB value is (255,142,188). Sum of RGB (Red+Green+Blue) = 255+142+188=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8EBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8EBC is #007143. Grayscale: #B4B4B4. Windows color (decimal): -28996 or 12357375. OLE color: 12357375.
HSL color Cylindrical-coordinate representation of color #FF8EBC: hue angle of 335.58º 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 #FF8EBC is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 188 | - |
| CMYK | 0 | 0.44 | 0.26 | 0 |
| HSL | 335.58º | 1% | 0.78% | - |
| HSV(B) | 335.58º | 0.44% | 1% | - |
| XYZ | 59.99 | 44.24 | 52.95 | - |
| YUV | 181.03 | 131.94 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 188 | 0 | 0.44 | 0.26 | 0 | 335.58 | 1 | 0.78 |
| Hex | FF | 8E | BC | 0 | 2C | 1A | 0 | 150 | 64 | 4E |
| Octal | 377 | 216 | 274 | 0 | 54 | 32 | 0 | 520 | 144 | 116 |
| Binary | 11111111 | 10001110 | 10111100 | 0 | 101100 | 11010 | 0 | 101010000 | 1100100 | 1001110 |
Color Harmonies of #FF8EBC
Complementary color
Monochromatic Colors of #FF8EBC
Black with #FF8EBC
Text Example
Text Example
White with #FF8EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8EBC; }
p { color: rgb(255,142,188); }
H1.HeaderClassName
{
color: #FF8EBC;
}
.AnyTagClassName
{
color: #FF8EBC;
}
</style>
background-color css
<style>
a { background-color: #FF8EBC; }
a { background-color: rgb(255,142,188); }
div.DivClassName
{
background-color: #FF8EBC;
}
.BgClassName
{
background-color: #FF8EBC;
}
</style>
border-color css
<style>
span { border-color: #FF8EBC; }
span { border-color: rgb(255,142,188); }
td.TdClassName
{
border-color: #FF8EBC;
}
.TagClassName
{
border-color: #FF8EBC;
}
</style>