Shades of Tea Rose #FF8BC5
Tints of Tea Rose #FF8BC5
RGB
CMYK
RGB Variations
Color information
#FF8BC5 (or 0xFF8BC5) is known color: Tea Rose. HEX triplet: FF, 8B and C5. RGB value is (255,139,197). Sum of RGB (Red+Green+Blue) = 255+139+197=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BC5 is #00743A. Grayscale: #B4B4B4. Windows color (decimal): -29755 or 12946431. OLE color: 12946431.
HSL color Cylindrical-coordinate representation of color #FF8BC5: hue angle of 330º 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 #FF8BC5 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 197 | - |
| CMYK | 0 | 0.45 | 0.23 | 0 |
| HSL | 330º | 1% | 0.77% | - |
| HSV(B) | 330º | 0.45% | 1% | - |
| XYZ | 60.55 | 43.76 | 58.08 | - |
| YUV | 180.3 | 137.43 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 197 | 0 | 0.45 | 0.23 | 0 | 330 | 1 | 0.77 |
| Hex | FF | 8B | C5 | 0 | 2D | 17 | 0 | 14A | 64 | 4D |
| Octal | 377 | 213 | 305 | 0 | 55 | 27 | 0 | 512 | 144 | 115 |
| Binary | 11111111 | 10001011 | 11000101 | 0 | 101101 | 10111 | 0 | 101001010 | 1100100 | 1001101 |
Color Harmonies of #FF8BC5
Complementary color
Monochromatic Colors of #FF8BC5
Black with #FF8BC5
Text Example
Text Example
White with #FF8BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BC5; }
p { color: rgb(255,139,197); }
H1.HeaderClassName
{
color: #FF8BC5;
}
.AnyTagClassName
{
color: #FF8BC5;
}
</style>
background-color css
<style>
a { background-color: #FF8BC5; }
a { background-color: rgb(255,139,197); }
div.DivClassName
{
background-color: #FF8BC5;
}
.BgClassName
{
background-color: #FF8BC5;
}
</style>
border-color css
<style>
span { border-color: #FF8BC5; }
span { border-color: rgb(255,139,197); }
td.TdClassName
{
border-color: #FF8BC5;
}
.TagClassName
{
border-color: #FF8BC5;
}
</style>