Shades of Tea Rose #FE88BD
Tints of Tea Rose #FE88BD
RGB
CMYK
RGB Variations
Color information
#FE88BD (or 0xFE88BD) is known color: Tea Rose. HEX triplet: FE, 88 and BD. RGB value is (254,136,189). Sum of RGB (Red+Green+Blue) = 254+136+189=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88BD is #017742. Grayscale: #B1B1B1. Windows color (decimal): -96067 or 12421374. OLE color: 12421374.
HSL color Cylindrical-coordinate representation of color #FE88BD: hue angle of 333.05º 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 #FE88BD is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 189 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.00 |
| HSL | 333.05º | 0.98% | 0.76% | - |
| HSV(B) | 333.05º | 0.46% | 1% | - |
| XYZ | 58.86 | 42.35 | 53.22 | - |
| YUV | 177.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 189 | 0 | 0.46 | 0.26 | 0.00 | 333.05 | 0.98 | 0.76 |
| Hex | FE | 88 | BD | 0 | 2E | 1A | 0 | 14D | 62 | 4C |
| Octal | 376 | 210 | 275 | 0 | 56 | 32 | 0 | 515 | 142 | 114 |
| Binary | 11111110 | 10001000 | 10111101 | 0 | 101110 | 11010 | 0 | 101001101 | 1100010 | 1001100 |
Color Harmonies of #FE88BD
Complementary color
Monochromatic Colors of #FE88BD
Black with #FE88BD
Text Example
Text Example
White with #FE88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE88BD; }
p { color: rgb(254,136,189); }
H1.HeaderClassName
{
color: #FE88BD;
}
.AnyTagClassName
{
color: #FE88BD;
}
</style>
background-color css
<style>
a { background-color: #FE88BD; }
a { background-color: rgb(254,136,189); }
div.DivClassName
{
background-color: #FE88BD;
}
.BgClassName
{
background-color: #FE88BD;
}
</style>
border-color css
<style>
span { border-color: #FE88BD; }
span { border-color: rgb(254,136,189); }
td.TdClassName
{
border-color: #FE88BD;
}
.TagClassName
{
border-color: #FE88BD;
}
</style>