Shades of Tea Rose #FF8FBA
Tints of Tea Rose #FF8FBA
RGB
CMYK
RGB Variations
Color information
#FF8FBA (or 0xFF8FBA) is known color: Tea Rose. HEX triplet: FF, 8F and BA. RGB value is (255,143,186). Sum of RGB (Red+Green+Blue) = 255+143+186=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8FBA is #007045. Grayscale: #B5B5B5. Windows color (decimal): -28742 or 12226559. OLE color: 12226559.
HSL color Cylindrical-coordinate representation of color #FF8FBA: hue angle of 336.96º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FBA is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 186 | - |
| CMYK | 0 | 0.44 | 0.27 | 0 |
| HSL | 336.96º | 1% | 0.78% | - |
| HSV(B) | 336.96º | 0.44% | 1% | - |
| XYZ | 59.93 | 44.45 | 51.88 | - |
| YUV | 181.39 | 130.61 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 186 | 0 | 0.44 | 0.27 | 0 | 336.96 | 1 | 0.78 |
| Hex | FF | 8F | BA | 0 | 2C | 1B | 0 | 151 | 64 | 4E |
| Octal | 377 | 217 | 272 | 0 | 54 | 33 | 0 | 521 | 144 | 116 |
| Binary | 11111111 | 10001111 | 10111010 | 0 | 101100 | 11011 | 0 | 101010001 | 1100100 | 1001110 |
Color Harmonies of #FF8FBA
Complementary color
Monochromatic Colors of #FF8FBA
Black with #FF8FBA
Text Example
Text Example
White with #FF8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FBA; }
p { color: rgb(255,143,186); }
H1.HeaderClassName
{
color: #FF8FBA;
}
.AnyTagClassName
{
color: #FF8FBA;
}
</style>
background-color css
<style>
a { background-color: #FF8FBA; }
a { background-color: rgb(255,143,186); }
div.DivClassName
{
background-color: #FF8FBA;
}
.BgClassName
{
background-color: #FF8FBA;
}
</style>
border-color css
<style>
span { border-color: #FF8FBA; }
span { border-color: rgb(255,143,186); }
td.TdClassName
{
border-color: #FF8FBA;
}
.TagClassName
{
border-color: #FF8FBA;
}
</style>