Shades of Tea Rose #FF8DBF
Tints of Tea Rose #FF8DBF
RGB
CMYK
RGB Variations
Color information
#FF8DBF (or 0xFF8DBF) is known color: Tea Rose. HEX triplet: FF, 8D and BF. RGB value is (255,141,191). Sum of RGB (Red+Green+Blue) = 255+141+191=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DBF is #007240. Grayscale: #B4B4B4. Windows color (decimal): -29249 or 12553727. OLE color: 12553727.
HSL color Cylindrical-coordinate representation of color #FF8DBF: hue angle of 333.68º 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 #FF8DBF is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 191 | - |
| CMYK | 0 | 0.45 | 0.25 | 0 |
| HSL | 333.68º | 1% | 0.78% | - |
| HSV(B) | 333.68º | 0.45% | 1% | - |
| XYZ | 60.17 | 44.07 | 54.63 | - |
| YUV | 180.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 191 | 0 | 0.45 | 0.25 | 0 | 333.68 | 1 | 0.78 |
| Hex | FF | 8D | BF | 0 | 2D | 19 | 0 | 14E | 64 | 4E |
| Octal | 377 | 215 | 277 | 0 | 55 | 31 | 0 | 516 | 144 | 116 |
| Binary | 11111111 | 10001101 | 10111111 | 0 | 101101 | 11001 | 0 | 101001110 | 1100100 | 1001110 |
Color Harmonies of #FF8DBF
Complementary color
Monochromatic Colors of #FF8DBF
Black with #FF8DBF
Text Example
Text Example
White with #FF8DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DBF; }
p { color: rgb(255,141,191); }
H1.HeaderClassName
{
color: #FF8DBF;
}
.AnyTagClassName
{
color: #FF8DBF;
}
</style>
background-color css
<style>
a { background-color: #FF8DBF; }
a { background-color: rgb(255,141,191); }
div.DivClassName
{
background-color: #FF8DBF;
}
.BgClassName
{
background-color: #FF8DBF;
}
</style>
border-color css
<style>
span { border-color: #FF8DBF; }
span { border-color: rgb(255,141,191); }
td.TdClassName
{
border-color: #FF8DBF;
}
.TagClassName
{
border-color: #FF8DBF;
}
</style>