Shades of Tea Rose #FF88BE
Tints of Tea Rose #FF88BE
RGB
CMYK
RGB Variations
Color information
#FF88BE (or 0xFF88BE) is known color: Tea Rose. HEX triplet: FF, 88 and BE. RGB value is (255,136,190). Sum of RGB (Red+Green+Blue) = 255+136+190=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88BE is #007741. Grayscale: #B1B1B1. Windows color (decimal): -30530 or 12486911. OLE color: 12486911.
HSL color Cylindrical-coordinate representation of color #FF88BE: hue angle of 332.77º 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 #FF88BE is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 190 | - |
| CMYK | 0 | 0.47 | 0.25 | 0 |
| HSL | 332.77º | 1% | 0.77% | - |
| HSV(B) | 332.77º | 0.47% | 1% | - |
| XYZ | 59.34 | 42.59 | 53.81 | - |
| YUV | 177.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 190 | 0 | 0.47 | 0.25 | 0 | 332.77 | 1 | 0.77 |
| Hex | FF | 88 | BE | 0 | 2F | 19 | 0 | 14D | 64 | 4D |
| Octal | 377 | 210 | 276 | 0 | 57 | 31 | 0 | 515 | 144 | 115 |
| Binary | 11111111 | 10001000 | 10111110 | 0 | 101111 | 11001 | 0 | 101001101 | 1100100 | 1001101 |
Color Harmonies of #FF88BE
Complementary color
Monochromatic Colors of #FF88BE
Black with #FF88BE
Text Example
Text Example
White with #FF88BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88BE; }
p { color: rgb(255,136,190); }
H1.HeaderClassName
{
color: #FF88BE;
}
.AnyTagClassName
{
color: #FF88BE;
}
</style>
background-color css
<style>
a { background-color: #FF88BE; }
a { background-color: rgb(255,136,190); }
div.DivClassName
{
background-color: #FF88BE;
}
.BgClassName
{
background-color: #FF88BE;
}
</style>
border-color css
<style>
span { border-color: #FF88BE; }
span { border-color: rgb(255,136,190); }
td.TdClassName
{
border-color: #FF88BE;
}
.TagClassName
{
border-color: #FF88BE;
}
</style>