Shades of Tea Rose #FE88C4
Tints of Tea Rose #FE88C4
RGB
CMYK
RGB Variations
Color information
#FE88C4 (or 0xFE88C4) is known color: Tea Rose. HEX triplet: FE, 88 and C4. RGB value is (254,136,196). Sum of RGB (Red+Green+Blue) = 254+136+196=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE88C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE88C4 is #01773B. Grayscale: #B2B2B2. Windows color (decimal): -96060 or 12880126. OLE color: 12880126.
HSL color Cylindrical-coordinate representation of color #FE88C4: hue angle of 329.49º 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 #FE88C4 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 196 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.00 |
| HSL | 329.49º | 0.98% | 0.76% | - |
| HSV(B) | 329.49º | 0.46% | 1% | - |
| XYZ | 59.64 | 42.66 | 57.32 | - |
| YUV | 178.12 | 138.09 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 196 | 0 | 0.46 | 0.23 | 0.00 | 329.49 | 0.98 | 0.76 |
| Hex | FE | 88 | C4 | 0 | 2E | 17 | 0 | 149 | 62 | 4C |
| Octal | 376 | 210 | 304 | 0 | 56 | 27 | 0 | 511 | 142 | 114 |
| Binary | 11111110 | 10001000 | 11000100 | 0 | 101110 | 10111 | 0 | 101001001 | 1100010 | 1001100 |
Color Harmonies of #FE88C4
Complementary color
Monochromatic Colors of #FE88C4
Black with #FE88C4
Text Example
Text Example
White with #FE88C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE88C4; }
p { color: rgb(254,136,196); }
H1.HeaderClassName
{
color: #FE88C4;
}
.AnyTagClassName
{
color: #FE88C4;
}
</style>
background-color css
<style>
a { background-color: #FE88C4; }
a { background-color: rgb(254,136,196); }
div.DivClassName
{
background-color: #FE88C4;
}
.BgClassName
{
background-color: #FE88C4;
}
</style>
border-color css
<style>
span { border-color: #FE88C4; }
span { border-color: rgb(254,136,196); }
td.TdClassName
{
border-color: #FE88C4;
}
.TagClassName
{
border-color: #FE88C4;
}
</style>