Shades of Tea Rose #F08ECD
Tints of Tea Rose #F08ECD
RGB
CMYK
RGB Variations
Color information
#F08ECD (or 0xF08ECD) is known color: Tea Rose. HEX triplet: F0, 8E and CD. RGB value is (240,142,205). Sum of RGB (Red+Green+Blue) = 240+142+205=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F08ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08ECD is #0F7132. Grayscale: #B2B2B2. Windows color (decimal): -1012019 or 13471472. OLE color: 13471472.
HSL color Cylindrical-coordinate representation of color #F08ECD: hue angle of 321.43º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F08ECD is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 142 | 205 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.06 |
| HSL | 321.43º | 0.77% | 0.75% | - |
| HSV(B) | 321.43º | 0.41% | 0.94% | - |
| XYZ | 56.63 | 42.28 | 62.93 | - |
| YUV | 178.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 142 | 205 | 0 | 0.41 | 0.15 | 0.06 | 321.43 | 0.77 | 0.75 |
| Hex | F0 | 8E | CD | 0 | 29 | F | 6 | 141 | 4D | 4B |
| Octal | 360 | 216 | 315 | 0 | 51 | 17 | 6 | 501 | 115 | 113 |
| Binary | 11110000 | 10001110 | 11001101 | 0 | 101001 | 1111 | 110 | 101000001 | 1001101 | 1001011 |
Color Harmonies of #F08ECD
Complementary color
Monochromatic Colors of #F08ECD
Black with #F08ECD
Text Example
Text Example
White with #F08ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08ECD; }
p { color: rgb(240,142,205); }
H1.HeaderClassName
{
color: #F08ECD;
}
.AnyTagClassName
{
color: #F08ECD;
}
</style>
background-color css
<style>
a { background-color: #F08ECD; }
a { background-color: rgb(240,142,205); }
div.DivClassName
{
background-color: #F08ECD;
}
.BgClassName
{
background-color: #F08ECD;
}
</style>
border-color css
<style>
span { border-color: #F08ECD; }
span { border-color: rgb(240,142,205); }
td.TdClassName
{
border-color: #F08ECD;
}
.TagClassName
{
border-color: #F08ECD;
}
</style>