Shades of Tea Rose #FF8BBB
Tints of Tea Rose #FF8BBB
RGB
CMYK
RGB Variations
Color information
#FF8BBB (or 0xFF8BBB) is known color: Tea Rose. HEX triplet: FF, 8B and BB. RGB value is (255,139,187). Sum of RGB (Red+Green+Blue) = 255+139+187=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BBB is #007444. Grayscale: #B3B3B3. Windows color (decimal): -29765 or 12291071. OLE color: 12291071.
HSL color Cylindrical-coordinate representation of color #FF8BBB: hue angle of 335.17º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8BBB is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 187 | - |
| CMYK | 0 | 0.45 | 0.27 | 0 |
| HSL | 335.17º | 1% | 0.77% | - |
| HSV(B) | 335.17º | 0.45% | 1% | - |
| XYZ | 59.44 | 43.31 | 52.24 | - |
| YUV | 179.16 | 132.43 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 187 | 0 | 0.45 | 0.27 | 0 | 335.17 | 1 | 0.77 |
| Hex | FF | 8B | BB | 0 | 2D | 1B | 0 | 14F | 64 | 4D |
| Octal | 377 | 213 | 273 | 0 | 55 | 33 | 0 | 517 | 144 | 115 |
| Binary | 11111111 | 10001011 | 10111011 | 0 | 101101 | 11011 | 0 | 101001111 | 1100100 | 1001101 |
Color Harmonies of #FF8BBB
Complementary color
Monochromatic Colors of #FF8BBB
Black with #FF8BBB
Text Example
Text Example
White with #FF8BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BBB; }
p { color: rgb(255,139,187); }
H1.HeaderClassName
{
color: #FF8BBB;
}
.AnyTagClassName
{
color: #FF8BBB;
}
</style>
background-color css
<style>
a { background-color: #FF8BBB; }
a { background-color: rgb(255,139,187); }
div.DivClassName
{
background-color: #FF8BBB;
}
.BgClassName
{
background-color: #FF8BBB;
}
</style>
border-color css
<style>
span { border-color: #FF8BBB; }
span { border-color: rgb(255,139,187); }
td.TdClassName
{
border-color: #FF8BBB;
}
.TagClassName
{
border-color: #FF8BBB;
}
</style>