Shades of Tea Rose #F08CCE
Tints of Tea Rose #F08CCE
RGB
CMYK
RGB Variations
Color information
#F08CCE (or 0xF08CCE) is known color: Tea Rose. HEX triplet: F0, 8C and CE. RGB value is (240,140,206). Sum of RGB (Red+Green+Blue) = 240+140+206=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CCE is #0F7331. Grayscale: #B1B1B1. Windows color (decimal): -1012530 or 13536496. OLE color: 13536496.
HSL color Cylindrical-coordinate representation of color #F08CCE: hue angle of 320.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08CCE is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 206 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.06 |
| HSL | 320.4º | 0.77% | 0.75% | - |
| HSV(B) | 320.4º | 0.42% | 0.94% | - |
| XYZ | 56.45 | 41.74 | 63.47 | - |
| YUV | 177.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 206 | 0 | 0.42 | 0.14 | 0.06 | 320.4 | 0.77 | 0.75 |
| Hex | F0 | 8C | CE | 0 | 2A | E | 6 | 140 | 4D | 4B |
| Octal | 360 | 214 | 316 | 0 | 52 | 16 | 6 | 500 | 115 | 113 |
| Binary | 11110000 | 10001100 | 11001110 | 0 | 101010 | 1110 | 110 | 101000000 | 1001101 | 1001011 |
Color Harmonies of #F08CCE
Complementary color
Monochromatic Colors of #F08CCE
Black with #F08CCE
Text Example
Text Example
White with #F08CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08CCE; }
p { color: rgb(240,140,206); }
H1.HeaderClassName
{
color: #F08CCE;
}
.AnyTagClassName
{
color: #F08CCE;
}
</style>
background-color css
<style>
a { background-color: #F08CCE; }
a { background-color: rgb(240,140,206); }
div.DivClassName
{
background-color: #F08CCE;
}
.BgClassName
{
background-color: #F08CCE;
}
</style>
border-color css
<style>
span { border-color: #F08CCE; }
span { border-color: rgb(240,140,206); }
td.TdClassName
{
border-color: #F08CCE;
}
.TagClassName
{
border-color: #F08CCE;
}
</style>