Shades of Tea Rose #FE88BA
Tints of Tea Rose #FE88BA
RGB
CMYK
RGB Variations
Color information
#FE88BA (or 0xFE88BA) is known color: Tea Rose. HEX triplet: FE, 88 and BA. RGB value is (254,136,186). Sum of RGB (Red+Green+Blue) = 254+136+186=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88BA is #017745. Grayscale: #B0B0B0. Windows color (decimal): -96070 or 12224766. OLE color: 12224766.
HSL color Cylindrical-coordinate representation of color #FE88BA: hue angle of 334.58º 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 #FE88BA is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 186 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.00 |
| HSL | 334.58º | 0.98% | 0.76% | - |
| HSV(B) | 334.58º | 0.46% | 1% | - |
| XYZ | 58.54 | 42.22 | 51.52 | - |
| YUV | 176.98 | 133.09 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 186 | 0 | 0.46 | 0.27 | 0.00 | 334.58 | 0.98 | 0.76 |
| Hex | FE | 88 | BA | 0 | 2E | 1B | 0 | 14F | 62 | 4C |
| Octal | 376 | 210 | 272 | 0 | 56 | 33 | 0 | 517 | 142 | 114 |
| Binary | 11111110 | 10001000 | 10111010 | 0 | 101110 | 11011 | 0 | 101001111 | 1100010 | 1001100 |
Color Harmonies of #FE88BA
Complementary color
Monochromatic Colors of #FE88BA
Black with #FE88BA
Text Example
Text Example
White with #FE88BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE88BA; }
p { color: rgb(254,136,186); }
H1.HeaderClassName
{
color: #FE88BA;
}
.AnyTagClassName
{
color: #FE88BA;
}
</style>
background-color css
<style>
a { background-color: #FE88BA; }
a { background-color: rgb(254,136,186); }
div.DivClassName
{
background-color: #FE88BA;
}
.BgClassName
{
background-color: #FE88BA;
}
</style>
border-color css
<style>
span { border-color: #FE88BA; }
span { border-color: rgb(254,136,186); }
td.TdClassName
{
border-color: #FE88BA;
}
.TagClassName
{
border-color: #FE88BA;
}
</style>