Shades of Tea Rose #FF8DBB
Tints of Tea Rose #FF8DBB
RGB
CMYK
RGB Variations
Color information
#FF8DBB (or 0xFF8DBB) is known color: Tea Rose. HEX triplet: FF, 8D and BB. RGB value is (255,141,187). Sum of RGB (Red+Green+Blue) = 255+141+187=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DBB is #007244. Grayscale: #B4B4B4. Windows color (decimal): -29253 or 12291583. OLE color: 12291583.
HSL color Cylindrical-coordinate representation of color #FF8DBB: hue angle of 335.79º 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 #FF8DBB is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 187 | - |
| CMYK | 0 | 0.45 | 0.27 | 0 |
| HSL | 335.79º | 1% | 0.78% | - |
| HSV(B) | 335.79º | 0.45% | 1% | - |
| XYZ | 59.73 | 43.9 | 52.34 | - |
| YUV | 180.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 187 | 0 | 0.45 | 0.27 | 0 | 335.79 | 1 | 0.78 |
| Hex | FF | 8D | BB | 0 | 2D | 1B | 0 | 150 | 64 | 4E |
| Octal | 377 | 215 | 273 | 0 | 55 | 33 | 0 | 520 | 144 | 116 |
| Binary | 11111111 | 10001101 | 10111011 | 0 | 101101 | 11011 | 0 | 101010000 | 1100100 | 1001110 |
Color Harmonies of #FF8DBB
Complementary color
Monochromatic Colors of #FF8DBB
Black with #FF8DBB
Text Example
Text Example
White with #FF8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DBB; }
p { color: rgb(255,141,187); }
H1.HeaderClassName
{
color: #FF8DBB;
}
.AnyTagClassName
{
color: #FF8DBB;
}
</style>
background-color css
<style>
a { background-color: #FF8DBB; }
a { background-color: rgb(255,141,187); }
div.DivClassName
{
background-color: #FF8DBB;
}
.BgClassName
{
background-color: #FF8DBB;
}
</style>
border-color css
<style>
span { border-color: #FF8DBB; }
span { border-color: rgb(255,141,187); }
td.TdClassName
{
border-color: #FF8DBB;
}
.TagClassName
{
border-color: #FF8DBB;
}
</style>