Shades of Tea Rose #FE88D5
Tints of Tea Rose #FE88D5
RGB
CMYK
RGB Variations
Color information
#FE88D5 (or 0xFE88D5) is known color: Tea Rose. HEX triplet: FE, 88 and D5. RGB value is (254,136,213). Sum of RGB (Red+Green+Blue) = 254+136+213=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 136 (53.52% from 255 or 22.55% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88D5 is #01772A. Grayscale: #B3B3B3. Windows color (decimal): -96043 or 13994238. OLE color: 13994238.
HSL color Cylindrical-coordinate representation of color #FE88D5: hue angle of 320.85º 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 #FE88D5 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 213 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.00 |
| HSL | 320.85º | 0.98% | 0.76% | - |
| HSV(B) | 320.85º | 0.46% | 1% | - |
| XYZ | 61.69 | 43.48 | 68.09 | - |
| YUV | 180.06 | 146.59 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 213 | 0 | 0.46 | 0.16 | 0.00 | 320.85 | 0.98 | 0.76 |
| Hex | FE | 88 | D5 | 0 | 2E | 10 | 0 | 141 | 62 | 4C |
| Octal | 376 | 210 | 325 | 0 | 56 | 20 | 0 | 501 | 142 | 114 |
| Binary | 11111110 | 10001000 | 11010101 | 0 | 101110 | 10000 | 0 | 101000001 | 1100010 | 1001100 |
Color Harmonies of #FE88D5
Complementary color
Monochromatic Colors of #FE88D5
Black with #FE88D5
Text Example
Text Example
White with #FE88D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE88D5; }
p { color: rgb(254,136,213); }
H1.HeaderClassName
{
color: #FE88D5;
}
.AnyTagClassName
{
color: #FE88D5;
}
</style>
background-color css
<style>
a { background-color: #FE88D5; }
a { background-color: rgb(254,136,213); }
div.DivClassName
{
background-color: #FE88D5;
}
.BgClassName
{
background-color: #FE88D5;
}
</style>
border-color css
<style>
span { border-color: #FE88D5; }
span { border-color: rgb(254,136,213); }
td.TdClassName
{
border-color: #FE88D5;
}
.TagClassName
{
border-color: #FE88D5;
}
</style>