Shades of Tea Rose #F08DCE
Tints of Tea Rose #F08DCE
RGB
CMYK
RGB Variations
Color information
#F08DCE (or 0xF08DCE) is known color: Tea Rose. HEX triplet: F0, 8D and CE. RGB value is (240,141,206). Sum of RGB (Red+Green+Blue) = 240+141+206=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08DCE is #0F7231. Grayscale: #B1B1B1. Windows color (decimal): -1012274 or 13536752. OLE color: 13536752.
HSL color Cylindrical-coordinate representation of color #F08DCE: hue angle of 320.61º 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 #F08DCE is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 206 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.06 |
| HSL | 320.61º | 0.77% | 0.75% | - |
| HSV(B) | 320.61º | 0.41% | 0.94% | - |
| XYZ | 56.6 | 42.03 | 63.52 | - |
| YUV | 178.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 206 | 0 | 0.41 | 0.14 | 0.06 | 320.61 | 0.77 | 0.75 |
| Hex | F0 | 8D | CE | 0 | 29 | E | 6 | 141 | 4D | 4B |
| Octal | 360 | 215 | 316 | 0 | 51 | 16 | 6 | 501 | 115 | 113 |
| Binary | 11110000 | 10001101 | 11001110 | 0 | 101001 | 1110 | 110 | 101000001 | 1001101 | 1001011 |
Color Harmonies of #F08DCE
Complementary color
Monochromatic Colors of #F08DCE
Black with #F08DCE
Text Example
Text Example
White with #F08DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DCE; }
p { color: rgb(240,141,206); }
H1.HeaderClassName
{
color: #F08DCE;
}
.AnyTagClassName
{
color: #F08DCE;
}
</style>
background-color css
<style>
a { background-color: #F08DCE; }
a { background-color: rgb(240,141,206); }
div.DivClassName
{
background-color: #F08DCE;
}
.BgClassName
{
background-color: #F08DCE;
}
</style>
border-color css
<style>
span { border-color: #F08DCE; }
span { border-color: rgb(240,141,206); }
td.TdClassName
{
border-color: #F08DCE;
}
.TagClassName
{
border-color: #F08DCE;
}
</style>