Shades of Tea Rose #FE88C3
Tints of Tea Rose #FE88C3
RGB
CMYK
RGB Variations
Color information
#FE88C3 (or 0xFE88C3) is known color: Tea Rose. HEX triplet: FE, 88 and C3. RGB value is (254,136,195). Sum of RGB (Red+Green+Blue) = 254+136+195=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 136 (53.52% from 255 or 23.25% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88C3 is #01773C. Grayscale: #B1B1B1. Windows color (decimal): -96061 or 12814590. OLE color: 12814590.
HSL color Cylindrical-coordinate representation of color #FE88C3: hue angle of 330º 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 #FE88C3 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 195 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.00 |
| HSL | 330º | 0.98% | 0.76% | - |
| HSV(B) | 330º | 0.46% | 1% | - |
| XYZ | 59.53 | 42.62 | 56.72 | - |
| YUV | 178.01 | 137.59 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 195 | 0 | 0.46 | 0.23 | 0.00 | 330 | 0.98 | 0.76 |
| Hex | FE | 88 | C3 | 0 | 2E | 17 | 0 | 14A | 62 | 4C |
| Octal | 376 | 210 | 303 | 0 | 56 | 27 | 0 | 512 | 142 | 114 |
| Binary | 11111110 | 10001000 | 11000011 | 0 | 101110 | 10111 | 0 | 101001010 | 1100010 | 1001100 |
Color Harmonies of #FE88C3
Complementary color
Monochromatic Colors of #FE88C3
Black with #FE88C3
Text Example
Text Example
White with #FE88C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE88C3; }
p { color: rgb(254,136,195); }
H1.HeaderClassName
{
color: #FE88C3;
}
.AnyTagClassName
{
color: #FE88C3;
}
</style>
background-color css
<style>
a { background-color: #FE88C3; }
a { background-color: rgb(254,136,195); }
div.DivClassName
{
background-color: #FE88C3;
}
.BgClassName
{
background-color: #FE88C3;
}
</style>
border-color css
<style>
span { border-color: #FE88C3; }
span { border-color: rgb(254,136,195); }
td.TdClassName
{
border-color: #FE88C3;
}
.TagClassName
{
border-color: #FE88C3;
}
</style>