Shades of Tea Rose #FF8CBA
Tints of Tea Rose #FF8CBA
RGB
CMYK
RGB Variations
Color information
#FF8CBA (or 0xFF8CBA) is known color: Tea Rose. HEX triplet: FF, 8C and BA. RGB value is (255,140,186). Sum of RGB (Red+Green+Blue) = 255+140+186=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8CBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8CBA is #007345. Grayscale: #B3B3B3. Windows color (decimal): -29510 or 12225791. OLE color: 12225791.
HSL color Cylindrical-coordinate representation of color #FF8CBA: hue angle of 336º 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 #FF8CBA is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 140 | 186 | - |
| CMYK | 0 | 0.45 | 0.27 | 0 |
| HSL | 336º | 1% | 0.77% | - |
| HSV(B) | 336º | 0.45% | 1% | - |
| XYZ | 59.48 | 43.56 | 51.73 | - |
| YUV | 179.63 | 131.6 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 140 | 186 | 0 | 0.45 | 0.27 | 0 | 336 | 1 | 0.77 |
| Hex | FF | 8C | BA | 0 | 2D | 1B | 0 | 150 | 64 | 4D |
| Octal | 377 | 214 | 272 | 0 | 55 | 33 | 0 | 520 | 144 | 115 |
| Binary | 11111111 | 10001100 | 10111010 | 0 | 101101 | 11011 | 0 | 101010000 | 1100100 | 1001101 |
Color Harmonies of #FF8CBA
Complementary color
Monochromatic Colors of #FF8CBA
Black with #FF8CBA
Text Example
Text Example
White with #FF8CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8CBA; }
p { color: rgb(255,140,186); }
H1.HeaderClassName
{
color: #FF8CBA;
}
.AnyTagClassName
{
color: #FF8CBA;
}
</style>
background-color css
<style>
a { background-color: #FF8CBA; }
a { background-color: rgb(255,140,186); }
div.DivClassName
{
background-color: #FF8CBA;
}
.BgClassName
{
background-color: #FF8CBA;
}
</style>
border-color css
<style>
span { border-color: #FF8CBA; }
span { border-color: rgb(255,140,186); }
td.TdClassName
{
border-color: #FF8CBA;
}
.TagClassName
{
border-color: #FF8CBA;
}
</style>