Shades of Tea Rose #F08DCC
Tints of Tea Rose #F08DCC
RGB
CMYK
RGB Variations
Color information
#F08DCC (or 0xF08DCC) is known color: Tea Rose. HEX triplet: F0, 8D and CC. RGB value is (240,141,204). Sum of RGB (Red+Green+Blue) = 240+141+204=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 141 (55.47% from 255 or 24.10% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F08DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08DCC is #0F7233. Grayscale: #B1B1B1. Windows color (decimal): -1012276 or 13405680. OLE color: 13405680.
HSL color Cylindrical-coordinate representation of color #F08DCC: hue angle of 321.82º 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 #F08DCC is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 204 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.06 |
| HSL | 321.82º | 0.77% | 0.75% | - |
| HSV(B) | 321.82º | 0.41% | 0.94% | - |
| XYZ | 56.36 | 41.93 | 62.25 | - |
| YUV | 177.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 204 | 0 | 0.41 | 0.15 | 0.06 | 321.82 | 0.77 | 0.75 |
| Hex | F0 | 8D | CC | 0 | 29 | F | 6 | 142 | 4D | 4B |
| Octal | 360 | 215 | 314 | 0 | 51 | 17 | 6 | 502 | 115 | 113 |
| Binary | 11110000 | 10001101 | 11001100 | 0 | 101001 | 1111 | 110 | 101000010 | 1001101 | 1001011 |
Color Harmonies of #F08DCC
Complementary color
Monochromatic Colors of #F08DCC
Black with #F08DCC
Text Example
Text Example
White with #F08DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08DCC; }
p { color: rgb(240,141,204); }
H1.HeaderClassName
{
color: #F08DCC;
}
.AnyTagClassName
{
color: #F08DCC;
}
</style>
background-color css
<style>
a { background-color: #F08DCC; }
a { background-color: rgb(240,141,204); }
div.DivClassName
{
background-color: #F08DCC;
}
.BgClassName
{
background-color: #F08DCC;
}
</style>
border-color css
<style>
span { border-color: #F08DCC; }
span { border-color: rgb(240,141,204); }
td.TdClassName
{
border-color: #F08DCC;
}
.TagClassName
{
border-color: #F08DCC;
}
</style>