Shades of Tea Rose #FF8DC0
Tints of Tea Rose #FF8DC0
RGB
CMYK
RGB Variations
Color information
#FF8DC0 (or 0xFF8DC0) is known color: Tea Rose. HEX triplet: FF, 8D and C0. RGB value is (255,141,192). Sum of RGB (Red+Green+Blue) = 255+141+192=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DC0 is #00723F. Grayscale: #B4B4B4. Windows color (decimal): -29248 or 12619263. OLE color: 12619263.
HSL color Cylindrical-coordinate representation of color #FF8DC0: hue angle of 333.16º 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 #FF8DC0 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 192 | - |
| CMYK | 0 | 0.45 | 0.25 | 0 |
| HSL | 333.16º | 1% | 0.78% | - |
| HSV(B) | 333.16º | 0.45% | 1% | - |
| XYZ | 60.28 | 44.12 | 55.21 | - |
| YUV | 180.9 | 134.27 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 192 | 0 | 0.45 | 0.25 | 0 | 333.16 | 1 | 0.78 |
| Hex | FF | 8D | C0 | 0 | 2D | 19 | 0 | 14D | 64 | 4E |
| Octal | 377 | 215 | 300 | 0 | 55 | 31 | 0 | 515 | 144 | 116 |
| Binary | 11111111 | 10001101 | 11000000 | 0 | 101101 | 11001 | 0 | 101001101 | 1100100 | 1001110 |
Color Harmonies of #FF8DC0
Complementary color
Monochromatic Colors of #FF8DC0
Black with #FF8DC0
Text Example
Text Example
White with #FF8DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DC0; }
p { color: rgb(255,141,192); }
H1.HeaderClassName
{
color: #FF8DC0;
}
.AnyTagClassName
{
color: #FF8DC0;
}
</style>
background-color css
<style>
a { background-color: #FF8DC0; }
a { background-color: rgb(255,141,192); }
div.DivClassName
{
background-color: #FF8DC0;
}
.BgClassName
{
background-color: #FF8DC0;
}
</style>
border-color css
<style>
span { border-color: #FF8DC0; }
span { border-color: rgb(255,141,192); }
td.TdClassName
{
border-color: #FF8DC0;
}
.TagClassName
{
border-color: #FF8DC0;
}
</style>