Shades of Tea Rose #FE88BC
Tints of Tea Rose #FE88BC
RGB
CMYK
RGB Variations
Color information
#FE88BC (or 0xFE88BC) is known color: Tea Rose. HEX triplet: FE, 88 and BC. RGB value is (254,136,188). Sum of RGB (Red+Green+Blue) = 254+136+188=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88BC is #017743. Grayscale: #B1B1B1. Windows color (decimal): -96068 or 12355838. OLE color: 12355838.
HSL color Cylindrical-coordinate representation of color #FE88BC: hue angle of 333.56º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FE88BC is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 188 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.00 |
| HSL | 333.56º | 0.98% | 0.76% | - |
| HSV(B) | 333.56º | 0.46% | 1% | - |
| XYZ | 58.75 | 42.31 | 52.65 | - |
| YUV | 177.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 188 | 0 | 0.46 | 0.26 | 0.00 | 333.56 | 0.98 | 0.76 |
| Hex | FE | 88 | BC | 0 | 2E | 1A | 0 | 14E | 62 | 4C |
| Octal | 376 | 210 | 274 | 0 | 56 | 32 | 0 | 516 | 142 | 114 |
| Binary | 11111110 | 10001000 | 10111100 | 0 | 101110 | 11010 | 0 | 101001110 | 1100010 | 1001100 |
Color Harmonies of #FE88BC
Complementary color
Monochromatic Colors of #FE88BC
Black with #FE88BC
Text Example
Text Example
White with #FE88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE88BC; }
p { color: rgb(254,136,188); }
H1.HeaderClassName
{
color: #FE88BC;
}
.AnyTagClassName
{
color: #FE88BC;
}
</style>
background-color css
<style>
a { background-color: #FE88BC; }
a { background-color: rgb(254,136,188); }
div.DivClassName
{
background-color: #FE88BC;
}
.BgClassName
{
background-color: #FE88BC;
}
</style>
border-color css
<style>
span { border-color: #FE88BC; }
span { border-color: rgb(254,136,188); }
td.TdClassName
{
border-color: #FE88BC;
}
.TagClassName
{
border-color: #FE88BC;
}
</style>