Shades of Tea Rose #FF8BC8
Tints of Tea Rose #FF8BC8
RGB
CMYK
RGB Variations
Color information
#FF8BC8 (or 0xFF8BC8) is known color: Tea Rose. HEX triplet: FF, 8B and C8. RGB value is (255,139,200). Sum of RGB (Red+Green+Blue) = 255+139+200=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BC8 is #007437. Grayscale: #B4B4B4. Windows color (decimal): -29752 or 13143039. OLE color: 13143039.
HSL color Cylindrical-coordinate representation of color #FF8BC8: hue angle of 328.45º 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 #FF8BC8 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 200 | - |
| CMYK | 0 | 0.45 | 0.22 | 0 |
| HSL | 328.45º | 1% | 0.77% | - |
| HSV(B) | 328.45º | 0.45% | 1% | - |
| XYZ | 60.9 | 43.9 | 59.91 | - |
| YUV | 180.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 200 | 0 | 0.45 | 0.22 | 0 | 328.45 | 1 | 0.77 |
| Hex | FF | 8B | C8 | 0 | 2D | 16 | 0 | 148 | 64 | 4D |
| Octal | 377 | 213 | 310 | 0 | 55 | 26 | 0 | 510 | 144 | 115 |
| Binary | 11111111 | 10001011 | 11001000 | 0 | 101101 | 10110 | 0 | 101001000 | 1100100 | 1001101 |
Color Harmonies of #FF8BC8
Complementary color
Monochromatic Colors of #FF8BC8
Black with #FF8BC8
Text Example
Text Example
White with #FF8BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BC8; }
p { color: rgb(255,139,200); }
H1.HeaderClassName
{
color: #FF8BC8;
}
.AnyTagClassName
{
color: #FF8BC8;
}
</style>
background-color css
<style>
a { background-color: #FF8BC8; }
a { background-color: rgb(255,139,200); }
div.DivClassName
{
background-color: #FF8BC8;
}
.BgClassName
{
background-color: #FF8BC8;
}
</style>
border-color css
<style>
span { border-color: #FF8BC8; }
span { border-color: rgb(255,139,200); }
td.TdClassName
{
border-color: #FF8BC8;
}
.TagClassName
{
border-color: #FF8BC8;
}
</style>