Shades of Tea Rose #FE88CE
Tints of Tea Rose #FE88CE
RGB
CMYK
RGB Variations
Color information
#FE88CE (or 0xFE88CE) is known color: Tea Rose. HEX triplet: FE, 88 and CE. RGB value is (254,136,206). Sum of RGB (Red+Green+Blue) = 254+136+206=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88CE is #017731. Grayscale: #B3B3B3. Windows color (decimal): -96050 or 13535486. OLE color: 13535486.
HSL color Cylindrical-coordinate representation of color #FE88CE: hue angle of 324.41º 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 #FE88CE is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 206 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.00 |
| HSL | 324.41º | 0.98% | 0.76% | - |
| HSV(B) | 324.41º | 0.46% | 1% | - |
| XYZ | 60.82 | 43.14 | 63.51 | - |
| YUV | 179.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 206 | 0 | 0.46 | 0.19 | 0.00 | 324.41 | 0.98 | 0.76 |
| Hex | FE | 88 | CE | 0 | 2E | 13 | 0 | 144 | 62 | 4C |
| Octal | 376 | 210 | 316 | 0 | 56 | 23 | 0 | 504 | 142 | 114 |
| Binary | 11111110 | 10001000 | 11001110 | 0 | 101110 | 10011 | 0 | 101000100 | 1100010 | 1001100 |
Color Harmonies of #FE88CE
Complementary color
Monochromatic Colors of #FE88CE
Black with #FE88CE
Text Example
Text Example
White with #FE88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE88CE; }
p { color: rgb(254,136,206); }
H1.HeaderClassName
{
color: #FE88CE;
}
.AnyTagClassName
{
color: #FE88CE;
}
</style>
background-color css
<style>
a { background-color: #FE88CE; }
a { background-color: rgb(254,136,206); }
div.DivClassName
{
background-color: #FE88CE;
}
.BgClassName
{
background-color: #FE88CE;
}
</style>
border-color css
<style>
span { border-color: #FE88CE; }
span { border-color: rgb(254,136,206); }
td.TdClassName
{
border-color: #FE88CE;
}
.TagClassName
{
border-color: #FE88CE;
}
</style>