Shades of Tea Rose #FF8BBC
Tints of Tea Rose #FF8BBC
RGB
CMYK
RGB Variations
Color information
#FF8BBC (or 0xFF8BBC) is known color: Tea Rose. HEX triplet: FF, 8B and BC. RGB value is (255,139,188). Sum of RGB (Red+Green+Blue) = 255+139+188=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BBC is #007443. Grayscale: #B3B3B3. Windows color (decimal): -29764 or 12356607. OLE color: 12356607.
HSL color Cylindrical-coordinate representation of color #FF8BBC: hue angle of 334.66º 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 #FF8BBC is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 188 | - |
| CMYK | 0 | 0.45 | 0.26 | 0 |
| HSL | 334.66º | 1% | 0.77% | - |
| HSV(B) | 334.66º | 0.45% | 1% | - |
| XYZ | 59.55 | 43.36 | 52.81 | - |
| YUV | 179.27 | 132.93 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 188 | 0 | 0.45 | 0.26 | 0 | 334.66 | 1 | 0.77 |
| Hex | FF | 8B | BC | 0 | 2D | 1A | 0 | 14F | 64 | 4D |
| Octal | 377 | 213 | 274 | 0 | 55 | 32 | 0 | 517 | 144 | 115 |
| Binary | 11111111 | 10001011 | 10111100 | 0 | 101101 | 11010 | 0 | 101001111 | 1100100 | 1001101 |
Color Harmonies of #FF8BBC
Complementary color
Monochromatic Colors of #FF8BBC
Black with #FF8BBC
Text Example
Text Example
White with #FF8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BBC; }
p { color: rgb(255,139,188); }
H1.HeaderClassName
{
color: #FF8BBC;
}
.AnyTagClassName
{
color: #FF8BBC;
}
</style>
background-color css
<style>
a { background-color: #FF8BBC; }
a { background-color: rgb(255,139,188); }
div.DivClassName
{
background-color: #FF8BBC;
}
.BgClassName
{
background-color: #FF8BBC;
}
</style>
border-color css
<style>
span { border-color: #FF8BBC; }
span { border-color: rgb(255,139,188); }
td.TdClassName
{
border-color: #FF8BBC;
}
.TagClassName
{
border-color: #FF8BBC;
}
</style>