Shades of Tea Rose #FF8DBD
Tints of Tea Rose #FF8DBD
RGB
CMYK
RGB Variations
Color information
#FF8DBD (or 0xFF8DBD) is known color: Tea Rose. HEX triplet: FF, 8D and BD. RGB value is (255,141,189). Sum of RGB (Red+Green+Blue) = 255+141+189=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DBD is #007242. Grayscale: #B4B4B4. Windows color (decimal): -29251 or 12422655. OLE color: 12422655.
HSL color Cylindrical-coordinate representation of color #FF8DBD: hue angle of 334.74º 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 #FF8DBD is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 189 | - |
| CMYK | 0 | 0.45 | 0.26 | 0 |
| HSL | 334.74º | 1% | 0.78% | - |
| HSV(B) | 334.74º | 0.45% | 1% | - |
| XYZ | 59.95 | 43.98 | 53.47 | - |
| YUV | 180.56 | 132.77 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 189 | 0 | 0.45 | 0.26 | 0 | 334.74 | 1 | 0.78 |
| Hex | FF | 8D | BD | 0 | 2D | 1A | 0 | 14F | 64 | 4E |
| Octal | 377 | 215 | 275 | 0 | 55 | 32 | 0 | 517 | 144 | 116 |
| Binary | 11111111 | 10001101 | 10111101 | 0 | 101101 | 11010 | 0 | 101001111 | 1100100 | 1001110 |
Color Harmonies of #FF8DBD
Complementary color
Monochromatic Colors of #FF8DBD
Black with #FF8DBD
Text Example
Text Example
White with #FF8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DBD; }
p { color: rgb(255,141,189); }
H1.HeaderClassName
{
color: #FF8DBD;
}
.AnyTagClassName
{
color: #FF8DBD;
}
</style>
background-color css
<style>
a { background-color: #FF8DBD; }
a { background-color: rgb(255,141,189); }
div.DivClassName
{
background-color: #FF8DBD;
}
.BgClassName
{
background-color: #FF8DBD;
}
</style>
border-color css
<style>
span { border-color: #FF8DBD; }
span { border-color: rgb(255,141,189); }
td.TdClassName
{
border-color: #FF8DBD;
}
.TagClassName
{
border-color: #FF8DBD;
}
</style>