Shades of Tea Rose #FE88C6
Tints of Tea Rose #FE88C6
RGB
CMYK
RGB Variations
Color information
#FE88C6 (or 0xFE88C6) is known color: Tea Rose. HEX triplet: FE, 88 and C6. RGB value is (254,136,198). Sum of RGB (Red+Green+Blue) = 254+136+198=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 136 (53.52% from 255 or 23.13% from 588); Blue value is 198 (77.73% from 255 or 33.67% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88C6 is #017739. Grayscale: #B2B2B2. Windows color (decimal): -96058 or 13011198. OLE color: 13011198.
HSL color Cylindrical-coordinate representation of color #FE88C6: hue angle of 328.47º 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 #FE88C6 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 198 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.00 |
| HSL | 328.47º | 0.98% | 0.76% | - |
| HSV(B) | 328.47º | 0.46% | 1% | - |
| XYZ | 59.87 | 42.76 | 58.52 | - |
| YUV | 178.35 | 139.09 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 198 | 0 | 0.46 | 0.22 | 0.00 | 328.47 | 0.98 | 0.76 |
| Hex | FE | 88 | C6 | 0 | 2E | 16 | 0 | 148 | 62 | 4C |
| Octal | 376 | 210 | 306 | 0 | 56 | 26 | 0 | 510 | 142 | 114 |
| Binary | 11111110 | 10001000 | 11000110 | 0 | 101110 | 10110 | 0 | 101001000 | 1100010 | 1001100 |
Color Harmonies of #FE88C6
Complementary color
Monochromatic Colors of #FE88C6
Black with #FE88C6
Text Example
Text Example
White with #FE88C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE88C6; }
p { color: rgb(254,136,198); }
H1.HeaderClassName
{
color: #FE88C6;
}
.AnyTagClassName
{
color: #FE88C6;
}
</style>
background-color css
<style>
a { background-color: #FE88C6; }
a { background-color: rgb(254,136,198); }
div.DivClassName
{
background-color: #FE88C6;
}
.BgClassName
{
background-color: #FE88C6;
}
</style>
border-color css
<style>
span { border-color: #FE88C6; }
span { border-color: rgb(254,136,198); }
td.TdClassName
{
border-color: #FE88C6;
}
.TagClassName
{
border-color: #FE88C6;
}
</style>