Shades of Tea Rose #FF8DBA
Tints of Tea Rose #FF8DBA
RGB
CMYK
RGB Variations
Color information
#FF8DBA (or 0xFF8DBA) is known color: Tea Rose. HEX triplet: FF, 8D and BA. RGB value is (255,141,186). Sum of RGB (Red+Green+Blue) = 255+141+186=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DBA is #007245. Grayscale: #B4B4B4. Windows color (decimal): -29254 or 12226047. OLE color: 12226047.
HSL color Cylindrical-coordinate representation of color #FF8DBA: hue angle of 336.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8DBA is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 186 | - |
| CMYK | 0 | 0.45 | 0.27 | 0 |
| HSL | 336.32º | 1% | 0.78% | - |
| HSV(B) | 336.32º | 0.45% | 1% | - |
| XYZ | 59.63 | 43.85 | 51.78 | - |
| YUV | 180.22 | 131.27 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 186 | 0 | 0.45 | 0.27 | 0 | 336.32 | 1 | 0.78 |
| Hex | FF | 8D | BA | 0 | 2D | 1B | 0 | 150 | 64 | 4E |
| Octal | 377 | 215 | 272 | 0 | 55 | 33 | 0 | 520 | 144 | 116 |
| Binary | 11111111 | 10001101 | 10111010 | 0 | 101101 | 11011 | 0 | 101010000 | 1100100 | 1001110 |
Color Harmonies of #FF8DBA
Complementary color
Monochromatic Colors of #FF8DBA
Black with #FF8DBA
Text Example
Text Example
White with #FF8DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DBA; }
p { color: rgb(255,141,186); }
H1.HeaderClassName
{
color: #FF8DBA;
}
.AnyTagClassName
{
color: #FF8DBA;
}
</style>
background-color css
<style>
a { background-color: #FF8DBA; }
a { background-color: rgb(255,141,186); }
div.DivClassName
{
background-color: #FF8DBA;
}
.BgClassName
{
background-color: #FF8DBA;
}
</style>
border-color css
<style>
span { border-color: #FF8DBA; }
span { border-color: rgb(255,141,186); }
td.TdClassName
{
border-color: #FF8DBA;
}
.TagClassName
{
border-color: #FF8DBA;
}
</style>