Shades of Tea Rose #FF8DC8
Tints of Tea Rose #FF8DC8
RGB
CMYK
RGB Variations
Color information
#FF8DC8 (or 0xFF8DC8) is known color: Tea Rose. HEX triplet: FF, 8D and C8. RGB value is (255,141,200). Sum of RGB (Red+Green+Blue) = 255+141+200=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8DC8 is #007237. Grayscale: #B5B5B5. Windows color (decimal): -29240 or 13143551. OLE color: 13143551.
HSL color Cylindrical-coordinate representation of color #FF8DC8: hue angle of 328.95º 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 #FF8DC8 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 200 | - |
| CMYK | 0 | 0.45 | 0.22 | 0 |
| HSL | 328.95º | 1% | 0.78% | - |
| HSV(B) | 328.95º | 0.45% | 1% | - |
| XYZ | 61.19 | 44.48 | 60 | - |
| YUV | 181.81 | 138.27 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 200 | 0 | 0.45 | 0.22 | 0 | 328.95 | 1 | 0.78 |
| Hex | FF | 8D | C8 | 0 | 2D | 16 | 0 | 149 | 64 | 4E |
| Octal | 377 | 215 | 310 | 0 | 55 | 26 | 0 | 511 | 144 | 116 |
| Binary | 11111111 | 10001101 | 11001000 | 0 | 101101 | 10110 | 0 | 101001001 | 1100100 | 1001110 |
Color Harmonies of #FF8DC8
Complementary color
Monochromatic Colors of #FF8DC8
Black with #FF8DC8
Text Example
Text Example
White with #FF8DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DC8; }
p { color: rgb(255,141,200); }
H1.HeaderClassName
{
color: #FF8DC8;
}
.AnyTagClassName
{
color: #FF8DC8;
}
</style>
background-color css
<style>
a { background-color: #FF8DC8; }
a { background-color: rgb(255,141,200); }
div.DivClassName
{
background-color: #FF8DC8;
}
.BgClassName
{
background-color: #FF8DC8;
}
</style>
border-color css
<style>
span { border-color: #FF8DC8; }
span { border-color: rgb(255,141,200); }
td.TdClassName
{
border-color: #FF8DC8;
}
.TagClassName
{
border-color: #FF8DC8;
}
</style>