Shades of Tea Rose #FF8ECD
Tints of Tea Rose #FF8ECD
RGB
CMYK
RGB Variations
Color information
#FF8ECD (or 0xFF8ECD) is known color: Tea Rose. HEX triplet: FF, 8E and CD. RGB value is (255,142,205). Sum of RGB (Red+Green+Blue) = 255+142+205=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 142 (55.86% from 255 or 23.59% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF8ECD is #007132. Grayscale: #B6B6B6. Windows color (decimal): -28979 or 13471487. OLE color: 13471487.
HSL color Cylindrical-coordinate representation of color #FF8ECD: hue angle of 326.55º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8ECD is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 142 | 205 | - |
| CMYK | 0 | 0.44 | 0.20 | 0 |
| HSL | 326.55º | 1% | 0.78% | - |
| HSV(B) | 326.55º | 0.44% | 1% | - |
| XYZ | 61.93 | 45.01 | 63.18 | - |
| YUV | 182.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 142 | 205 | 0 | 0.44 | 0.20 | 0 | 326.55 | 1 | 0.78 |
| Hex | FF | 8E | CD | 0 | 2C | 14 | 0 | 147 | 64 | 4E |
| Octal | 377 | 216 | 315 | 0 | 54 | 24 | 0 | 507 | 144 | 116 |
| Binary | 11111111 | 10001110 | 11001101 | 0 | 101100 | 10100 | 0 | 101000111 | 1100100 | 1001110 |
Color Harmonies of #FF8ECD
Complementary color
Monochromatic Colors of #FF8ECD
Black with #FF8ECD
Text Example
Text Example
White with #FF8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8ECD; }
p { color: rgb(255,142,205); }
H1.HeaderClassName
{
color: #FF8ECD;
}
.AnyTagClassName
{
color: #FF8ECD;
}
</style>
background-color css
<style>
a { background-color: #FF8ECD; }
a { background-color: rgb(255,142,205); }
div.DivClassName
{
background-color: #FF8ECD;
}
.BgClassName
{
background-color: #FF8ECD;
}
</style>
border-color css
<style>
span { border-color: #FF8ECD; }
span { border-color: rgb(255,142,205); }
td.TdClassName
{
border-color: #FF8ECD;
}
.TagClassName
{
border-color: #FF8ECD;
}
</style>