Shades of Tea Rose #FF8BC7
Tints of Tea Rose #FF8BC7
RGB
CMYK
RGB Variations
Color information
#FF8BC7 (or 0xFF8BC7) is known color: Tea Rose. HEX triplet: FF, 8B and C7. RGB value is (255,139,199). Sum of RGB (Red+Green+Blue) = 255+139+199=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8BC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8BC7 is #007438. Grayscale: #B4B4B4. Windows color (decimal): -29753 or 13077503. OLE color: 13077503.
HSL color Cylindrical-coordinate representation of color #FF8BC7: hue angle of 328.97º 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 #FF8BC7 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 199 | - |
| CMYK | 0 | 0.45 | 0.22 | 0 |
| HSL | 328.97º | 1% | 0.77% | - |
| HSV(B) | 328.97º | 0.45% | 1% | - |
| XYZ | 60.78 | 43.85 | 59.29 | - |
| YUV | 180.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 199 | 0 | 0.45 | 0.22 | 0 | 328.97 | 1 | 0.77 |
| Hex | FF | 8B | C7 | 0 | 2D | 16 | 0 | 149 | 64 | 4D |
| Octal | 377 | 213 | 307 | 0 | 55 | 26 | 0 | 511 | 144 | 115 |
| Binary | 11111111 | 10001011 | 11000111 | 0 | 101101 | 10110 | 0 | 101001001 | 1100100 | 1001101 |
Color Harmonies of #FF8BC7
Complementary color
Monochromatic Colors of #FF8BC7
Black with #FF8BC7
Text Example
Text Example
White with #FF8BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8BC7; }
p { color: rgb(255,139,199); }
H1.HeaderClassName
{
color: #FF8BC7;
}
.AnyTagClassName
{
color: #FF8BC7;
}
</style>
background-color css
<style>
a { background-color: #FF8BC7; }
a { background-color: rgb(255,139,199); }
div.DivClassName
{
background-color: #FF8BC7;
}
.BgClassName
{
background-color: #FF8BC7;
}
</style>
border-color css
<style>
span { border-color: #FF8BC7; }
span { border-color: rgb(255,139,199); }
td.TdClassName
{
border-color: #FF8BC7;
}
.TagClassName
{
border-color: #FF8BC7;
}
</style>