Shades of Tea Rose #FF88BB
Tints of Tea Rose #FF88BB
RGB
CMYK
RGB Variations
Color information
#FF88BB (or 0xFF88BB) is known color: Tea Rose. HEX triplet: FF, 88 and BB. RGB value is (255,136,187). Sum of RGB (Red+Green+Blue) = 255+136+187=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 136 (53.52% from 255 or 23.53% from 578); Blue value is 187 (73.44% from 255 or 32.35% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88BB is #007744. Grayscale: #B1B1B1. Windows color (decimal): -30533 or 12290303. OLE color: 12290303.
HSL color Cylindrical-coordinate representation of color #FF88BB: hue angle of 334.29º 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 #FF88BB is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 187 | - |
| CMYK | 0 | 0.47 | 0.27 | 0 |
| HSL | 334.29º | 1% | 0.77% | - |
| HSV(B) | 334.29º | 0.47% | 1% | - |
| XYZ | 59.01 | 42.46 | 52.1 | - |
| YUV | 177.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 187 | 0 | 0.47 | 0.27 | 0 | 334.29 | 1 | 0.77 |
| Hex | FF | 88 | BB | 0 | 2F | 1B | 0 | 14E | 64 | 4D |
| Octal | 377 | 210 | 273 | 0 | 57 | 33 | 0 | 516 | 144 | 115 |
| Binary | 11111111 | 10001000 | 10111011 | 0 | 101111 | 11011 | 0 | 101001110 | 1100100 | 1001101 |
Color Harmonies of #FF88BB
Complementary color
Monochromatic Colors of #FF88BB
Black with #FF88BB
Text Example
Text Example
White with #FF88BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88BB; }
p { color: rgb(255,136,187); }
H1.HeaderClassName
{
color: #FF88BB;
}
.AnyTagClassName
{
color: #FF88BB;
}
</style>
background-color css
<style>
a { background-color: #FF88BB; }
a { background-color: rgb(255,136,187); }
div.DivClassName
{
background-color: #FF88BB;
}
.BgClassName
{
background-color: #FF88BB;
}
</style>
border-color css
<style>
span { border-color: #FF88BB; }
span { border-color: rgb(255,136,187); }
td.TdClassName
{
border-color: #FF88BB;
}
.TagClassName
{
border-color: #FF88BB;
}
</style>