Shades of Tea Rose #FF8BC1
Tints of Tea Rose #FF8BC1
RGB
CMYK
RGB Variations
Color information
#FF8BC1 (or 0xFF8BC1) is known color: Tea Rose. HEX triplet: FF, 8B and C1. RGB value is (255,139,193). Sum of RGB (Red+Green+Blue) = 255+139+193=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BC1 is #00743E. Grayscale: #B3B3B3. Windows color (decimal): -29759 or 12684287. OLE color: 12684287.
HSL color Cylindrical-coordinate representation of color #FF8BC1: hue angle of 332.07º 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 #FF8BC1 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 193 | - |
| CMYK | 0 | 0.45 | 0.24 | 0 |
| HSL | 332.07º | 1% | 0.77% | - |
| HSV(B) | 332.07º | 0.45% | 1% | - |
| XYZ | 60.1 | 43.58 | 55.7 | - |
| YUV | 179.84 | 135.43 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 193 | 0 | 0.45 | 0.24 | 0 | 332.07 | 1 | 0.77 |
| Hex | FF | 8B | C1 | 0 | 2D | 18 | 0 | 14C | 64 | 4D |
| Octal | 377 | 213 | 301 | 0 | 55 | 30 | 0 | 514 | 144 | 115 |
| Binary | 11111111 | 10001011 | 11000001 | 0 | 101101 | 11000 | 0 | 101001100 | 1100100 | 1001101 |
Color Harmonies of #FF8BC1
Complementary color
Monochromatic Colors of #FF8BC1
Black with #FF8BC1
Text Example
Text Example
White with #FF8BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BC1; }
p { color: rgb(255,139,193); }
H1.HeaderClassName
{
color: #FF8BC1;
}
.AnyTagClassName
{
color: #FF8BC1;
}
</style>
background-color css
<style>
a { background-color: #FF8BC1; }
a { background-color: rgb(255,139,193); }
div.DivClassName
{
background-color: #FF8BC1;
}
.BgClassName
{
background-color: #FF8BC1;
}
</style>
border-color css
<style>
span { border-color: #FF8BC1; }
span { border-color: rgb(255,139,193); }
td.TdClassName
{
border-color: #FF8BC1;
}
.TagClassName
{
border-color: #FF8BC1;
}
</style>