Shades of Tea Rose #FF8DB9
Tints of Tea Rose #FF8DB9
RGB
CMYK
RGB Variations
Color information
#FF8DB9 (or 0xFF8DB9) is known color: Tea Rose. HEX triplet: FF, 8D and B9. RGB value is (255,141,185). Sum of RGB (Red+Green+Blue) = 255+141+185=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DB9 is #007246. Grayscale: #B4B4B4. Windows color (decimal): -29255 or 12160511. OLE color: 12160511.
HSL color Cylindrical-coordinate representation of color #FF8DB9: hue angle of 336.84º 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 #FF8DB9 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 185 | - |
| CMYK | 0 | 0.45 | 0.27 | 0 |
| HSL | 336.84º | 1% | 0.78% | - |
| HSV(B) | 336.84º | 0.45% | 1% | - |
| XYZ | 59.52 | 43.81 | 51.22 | - |
| YUV | 180.1 | 130.77 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 185 | 0 | 0.45 | 0.27 | 0 | 336.84 | 1 | 0.78 |
| Hex | FF | 8D | B9 | 0 | 2D | 1B | 0 | 151 | 64 | 4E |
| Octal | 377 | 215 | 271 | 0 | 55 | 33 | 0 | 521 | 144 | 116 |
| Binary | 11111111 | 10001101 | 10111001 | 0 | 101101 | 11011 | 0 | 101010001 | 1100100 | 1001110 |
Color Harmonies of #FF8DB9
Complementary color
Monochromatic Colors of #FF8DB9
Black with #FF8DB9
Text Example
Text Example
White with #FF8DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DB9; }
p { color: rgb(255,141,185); }
H1.HeaderClassName
{
color: #FF8DB9;
}
.AnyTagClassName
{
color: #FF8DB9;
}
</style>
background-color css
<style>
a { background-color: #FF8DB9; }
a { background-color: rgb(255,141,185); }
div.DivClassName
{
background-color: #FF8DB9;
}
.BgClassName
{
background-color: #FF8DB9;
}
</style>
border-color css
<style>
span { border-color: #FF8DB9; }
span { border-color: rgb(255,141,185); }
td.TdClassName
{
border-color: #FF8DB9;
}
.TagClassName
{
border-color: #FF8DB9;
}
</style>