Shades of Tea Rose #FF8BBE
Tints of Tea Rose #FF8BBE
RGB
CMYK
RGB Variations
Color information
#FF8BBE (or 0xFF8BBE) is known color: Tea Rose. HEX triplet: FF, 8B and BE. RGB value is (255,139,190). Sum of RGB (Red+Green+Blue) = 255+139+190=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 190 (74.61% from 255 or 32.53% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BBE is #007441. Grayscale: #B3B3B3. Windows color (decimal): -29762 or 12487679. OLE color: 12487679.
HSL color Cylindrical-coordinate representation of color #FF8BBE: hue angle of 333.62º 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 #FF8BBE is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 190 | - |
| CMYK | 0 | 0.45 | 0.25 | 0 |
| HSL | 333.62º | 1% | 0.77% | - |
| HSV(B) | 333.62º | 0.45% | 1% | - |
| XYZ | 59.77 | 43.44 | 53.95 | - |
| YUV | 179.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 190 | 0 | 0.45 | 0.25 | 0 | 333.62 | 1 | 0.77 |
| Hex | FF | 8B | BE | 0 | 2D | 19 | 0 | 14E | 64 | 4D |
| Octal | 377 | 213 | 276 | 0 | 55 | 31 | 0 | 516 | 144 | 115 |
| Binary | 11111111 | 10001011 | 10111110 | 0 | 101101 | 11001 | 0 | 101001110 | 1100100 | 1001101 |
Color Harmonies of #FF8BBE
Complementary color
Monochromatic Colors of #FF8BBE
Black with #FF8BBE
Text Example
Text Example
White with #FF8BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BBE; }
p { color: rgb(255,139,190); }
H1.HeaderClassName
{
color: #FF8BBE;
}
.AnyTagClassName
{
color: #FF8BBE;
}
</style>
background-color css
<style>
a { background-color: #FF8BBE; }
a { background-color: rgb(255,139,190); }
div.DivClassName
{
background-color: #FF8BBE;
}
.BgClassName
{
background-color: #FF8BBE;
}
</style>
border-color css
<style>
span { border-color: #FF8BBE; }
span { border-color: rgb(255,139,190); }
td.TdClassName
{
border-color: #FF8BBE;
}
.TagClassName
{
border-color: #FF8BBE;
}
</style>