Shades of Tea Rose #FF8DCA
Tints of Tea Rose #FF8DCA
RGB
CMYK
RGB Variations
Color information
#FF8DCA (or 0xFF8DCA) is known color: Tea Rose. HEX triplet: FF, 8D and CA. RGB value is (255,141,202). Sum of RGB (Red+Green+Blue) = 255+141+202=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DCA is #007235. Grayscale: #B5B5B5. Windows color (decimal): -29238 or 13274623. OLE color: 13274623.
HSL color Cylindrical-coordinate representation of color #FF8DCA: hue angle of 327.89º 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 #FF8DCA is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 202 | - |
| CMYK | 0 | 0.45 | 0.21 | 0 |
| HSL | 327.89º | 1% | 0.78% | - |
| HSV(B) | 327.89º | 0.45% | 1% | - |
| XYZ | 61.43 | 44.57 | 61.24 | - |
| YUV | 182.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 202 | 0 | 0.45 | 0.21 | 0 | 327.89 | 1 | 0.78 |
| Hex | FF | 8D | CA | 0 | 2D | 15 | 0 | 148 | 64 | 4E |
| Octal | 377 | 215 | 312 | 0 | 55 | 25 | 0 | 510 | 144 | 116 |
| Binary | 11111111 | 10001101 | 11001010 | 0 | 101101 | 10101 | 0 | 101001000 | 1100100 | 1001110 |
Color Harmonies of #FF8DCA
Complementary color
Monochromatic Colors of #FF8DCA
Black with #FF8DCA
Text Example
Text Example
White with #FF8DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DCA; }
p { color: rgb(255,141,202); }
H1.HeaderClassName
{
color: #FF8DCA;
}
.AnyTagClassName
{
color: #FF8DCA;
}
</style>
background-color css
<style>
a { background-color: #FF8DCA; }
a { background-color: rgb(255,141,202); }
div.DivClassName
{
background-color: #FF8DCA;
}
.BgClassName
{
background-color: #FF8DCA;
}
</style>
border-color css
<style>
span { border-color: #FF8DCA; }
span { border-color: rgb(255,141,202); }
td.TdClassName
{
border-color: #FF8DCA;
}
.TagClassName
{
border-color: #FF8DCA;
}
</style>