Shades of Tea Rose #FF88C0
Tints of Tea Rose #FF88C0
RGB
CMYK
RGB Variations
Color information
#FF88C0 (or 0xFF88C0) is known color: Tea Rose. HEX triplet: FF, 88 and C0. RGB value is (255,136,192). Sum of RGB (Red+Green+Blue) = 255+136+192=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 192 (75.39% from 255 or 32.93% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88C0 is #00773F. Grayscale: #B1B1B1. Windows color (decimal): -30528 or 12617983. OLE color: 12617983.
HSL color Cylindrical-coordinate representation of color #FF88C0: hue angle of 331.76º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF88C0 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 192 | - |
| CMYK | 0 | 0.47 | 0.25 | 0 |
| HSL | 331.76º | 1% | 0.77% | - |
| HSV(B) | 331.76º | 0.47% | 1% | - |
| XYZ | 59.56 | 42.67 | 54.97 | - |
| YUV | 177.97 | 135.92 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 192 | 0 | 0.47 | 0.25 | 0 | 331.76 | 1 | 0.77 |
| Hex | FF | 88 | C0 | 0 | 2F | 19 | 0 | 14C | 64 | 4D |
| Octal | 377 | 210 | 300 | 0 | 57 | 31 | 0 | 514 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11000000 | 0 | 101111 | 11001 | 0 | 101001100 | 1100100 | 1001101 |
Color Harmonies of #FF88C0
Complementary color
Monochromatic Colors of #FF88C0
Black with #FF88C0
Text Example
Text Example
White with #FF88C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88C0; }
p { color: rgb(255,136,192); }
H1.HeaderClassName
{
color: #FF88C0;
}
.AnyTagClassName
{
color: #FF88C0;
}
</style>
background-color css
<style>
a { background-color: #FF88C0; }
a { background-color: rgb(255,136,192); }
div.DivClassName
{
background-color: #FF88C0;
}
.BgClassName
{
background-color: #FF88C0;
}
</style>
border-color css
<style>
span { border-color: #FF88C0; }
span { border-color: rgb(255,136,192); }
td.TdClassName
{
border-color: #FF88C0;
}
.TagClassName
{
border-color: #FF88C0;
}
</style>