Shades of Tea Rose #FE88C5
Tints of Tea Rose #FE88C5
RGB
CMYK
RGB Variations
Color information
#FE88C5 (or 0xFE88C5) is known color: Tea Rose. HEX triplet: FE, 88 and C5. RGB value is (254,136,197). Sum of RGB (Red+Green+Blue) = 254+136+197=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 136 (53.52% from 255 or 23.17% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88C5 is #01773A. Grayscale: #B2B2B2. Windows color (decimal): -96059 or 12945662. OLE color: 12945662.
HSL color Cylindrical-coordinate representation of color #FE88C5: hue angle of 328.98º 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 #FE88C5 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 197 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.00 |
| HSL | 328.98º | 0.98% | 0.76% | - |
| HSV(B) | 328.98º | 0.46% | 1% | - |
| XYZ | 59.76 | 42.71 | 57.92 | - |
| YUV | 178.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 197 | 0 | 0.46 | 0.22 | 0.00 | 328.98 | 0.98 | 0.76 |
| Hex | FE | 88 | C5 | 0 | 2E | 16 | 0 | 149 | 62 | 4C |
| Octal | 376 | 210 | 305 | 0 | 56 | 26 | 0 | 511 | 142 | 114 |
| Binary | 11111110 | 10001000 | 11000101 | 0 | 101110 | 10110 | 0 | 101001001 | 1100010 | 1001100 |
Color Harmonies of #FE88C5
Complementary color
Monochromatic Colors of #FE88C5
Black with #FE88C5
Text Example
Text Example
White with #FE88C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE88C5; }
p { color: rgb(254,136,197); }
H1.HeaderClassName
{
color: #FE88C5;
}
.AnyTagClassName
{
color: #FE88C5;
}
</style>
background-color css
<style>
a { background-color: #FE88C5; }
a { background-color: rgb(254,136,197); }
div.DivClassName
{
background-color: #FE88C5;
}
.BgClassName
{
background-color: #FE88C5;
}
</style>
border-color css
<style>
span { border-color: #FE88C5; }
span { border-color: rgb(254,136,197); }
td.TdClassName
{
border-color: #FE88C5;
}
.TagClassName
{
border-color: #FE88C5;
}
</style>