Shades of Tea Rose #FE8EBC
Tints of Tea Rose #FE8EBC
RGB
CMYK
RGB Variations
Color information
#FE8EBC (or 0xFE8EBC) is known color: Tea Rose. HEX triplet: FE, 8E and BC. RGB value is (254,142,188). Sum of RGB (Red+Green+Blue) = 254+142+188=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8EBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE8EBC is #017143. Grayscale: #B4B4B4. Windows color (decimal): -94532 or 12357374. OLE color: 12357374.
HSL color Cylindrical-coordinate representation of color #FE8EBC: hue angle of 335.36º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8EBC is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 142 | 188 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.00 |
| HSL | 335.36º | 0.98% | 0.78% | - |
| HSV(B) | 335.36º | 0.44% | 1% | - |
| XYZ | 59.62 | 44.05 | 52.94 | - |
| YUV | 180.73 | 132.11 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 142 | 188 | 0 | 0.44 | 0.26 | 0.00 | 335.36 | 0.98 | 0.78 |
| Hex | FE | 8E | BC | 0 | 2C | 1A | 0 | 14F | 62 | 4E |
| Octal | 376 | 216 | 274 | 0 | 54 | 32 | 0 | 517 | 142 | 116 |
| Binary | 11111110 | 10001110 | 10111100 | 0 | 101100 | 11010 | 0 | 101001111 | 1100010 | 1001110 |
Color Harmonies of #FE8EBC
Complementary color
Monochromatic Colors of #FE8EBC
Black with #FE8EBC
Text Example
Text Example
White with #FE8EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8EBC; }
p { color: rgb(254,142,188); }
H1.HeaderClassName
{
color: #FE8EBC;
}
.AnyTagClassName
{
color: #FE8EBC;
}
</style>
background-color css
<style>
a { background-color: #FE8EBC; }
a { background-color: rgb(254,142,188); }
div.DivClassName
{
background-color: #FE8EBC;
}
.BgClassName
{
background-color: #FE8EBC;
}
</style>
border-color css
<style>
span { border-color: #FE8EBC; }
span { border-color: rgb(254,142,188); }
td.TdClassName
{
border-color: #FE8EBC;
}
.TagClassName
{
border-color: #FE8EBC;
}
</style>