Shades of Tea Rose #F08FCE
Tints of Tea Rose #F08FCE
RGB
CMYK
RGB Variations
Color information
#F08FCE (or 0xF08FCE) is known color: Tea Rose. HEX triplet: F0, 8F and CE. RGB value is (240,143,206). Sum of RGB (Red+Green+Blue) = 240+143+206=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FCE is #0F7031. Grayscale: #B3B3B3. Windows color (decimal): -1011762 or 13537264. OLE color: 13537264.
HSL color Cylindrical-coordinate representation of color #F08FCE: hue angle of 321.03º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FCE is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 206 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.06 |
| HSL | 321.03º | 0.76% | 0.75% | - |
| HSV(B) | 321.03º | 0.4% | 0.94% | - |
| XYZ | 56.9 | 42.63 | 63.62 | - |
| YUV | 179.19 | 143.14 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 206 | 0 | 0.40 | 0.14 | 0.06 | 321.03 | 0.76 | 0.75 |
| Hex | F0 | 8F | CE | 0 | 28 | E | 6 | 141 | 4C | 4B |
| Octal | 360 | 217 | 316 | 0 | 50 | 16 | 6 | 501 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11001110 | 0 | 101000 | 1110 | 110 | 101000001 | 1001100 | 1001011 |
Color Harmonies of #F08FCE
Complementary color
Monochromatic Colors of #F08FCE
Black with #F08FCE
Text Example
Text Example
White with #F08FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FCE; }
p { color: rgb(240,143,206); }
H1.HeaderClassName
{
color: #F08FCE;
}
.AnyTagClassName
{
color: #F08FCE;
}
</style>
background-color css
<style>
a { background-color: #F08FCE; }
a { background-color: rgb(240,143,206); }
div.DivClassName
{
background-color: #F08FCE;
}
.BgClassName
{
background-color: #F08FCE;
}
</style>
border-color css
<style>
span { border-color: #F08FCE; }
span { border-color: rgb(240,143,206); }
td.TdClassName
{
border-color: #F08FCE;
}
.TagClassName
{
border-color: #F08FCE;
}
</style>