Shades of Tea Rose #FF8BCB
Tints of Tea Rose #FF8BCB
RGB
CMYK
RGB Variations
Color information
#FF8BCB (or 0xFF8BCB) is known color: Tea Rose. HEX triplet: FF, 8B and CB. RGB value is (255,139,203). Sum of RGB (Red+Green+Blue) = 255+139+203=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 139 (54.69% from 255 or 23.28% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BCB is #007434. Grayscale: #B4B4B4. Windows color (decimal): -29749 or 13339647. OLE color: 13339647.
HSL color Cylindrical-coordinate representation of color #FF8BCB: hue angle of 326.9º 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 #FF8BCB is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 203 | - |
| CMYK | 0 | 0.45 | 0.20 | 0 |
| HSL | 326.9º | 1% | 0.77% | - |
| HSV(B) | 326.9º | 0.45% | 1% | - |
| XYZ | 61.25 | 44.04 | 61.77 | - |
| YUV | 180.98 | 140.43 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 203 | 0 | 0.45 | 0.20 | 0 | 326.9 | 1 | 0.77 |
| Hex | FF | 8B | CB | 0 | 2D | 14 | 0 | 147 | 64 | 4D |
| Octal | 377 | 213 | 313 | 0 | 55 | 24 | 0 | 507 | 144 | 115 |
| Binary | 11111111 | 10001011 | 11001011 | 0 | 101101 | 10100 | 0 | 101000111 | 1100100 | 1001101 |
Color Harmonies of #FF8BCB
Complementary color
Monochromatic Colors of #FF8BCB
Black with #FF8BCB
Text Example
Text Example
White with #FF8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BCB; }
p { color: rgb(255,139,203); }
H1.HeaderClassName
{
color: #FF8BCB;
}
.AnyTagClassName
{
color: #FF8BCB;
}
</style>
background-color css
<style>
a { background-color: #FF8BCB; }
a { background-color: rgb(255,139,203); }
div.DivClassName
{
background-color: #FF8BCB;
}
.BgClassName
{
background-color: #FF8BCB;
}
</style>
border-color css
<style>
span { border-color: #FF8BCB; }
span { border-color: rgb(255,139,203); }
td.TdClassName
{
border-color: #FF8BCB;
}
.TagClassName
{
border-color: #FF8BCB;
}
</style>