Shades of Tea Rose #F08CCD
Tints of Tea Rose #F08CCD
RGB
CMYK
RGB Variations
Color information
#F08CCD (or 0xF08CCD) is known color: Tea Rose. HEX triplet: F0, 8C and CD. RGB value is (240,140,205). Sum of RGB (Red+Green+Blue) = 240+140+205=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CCD is #0F7332. Grayscale: #B1B1B1. Windows color (decimal): -1012531 or 13470960. OLE color: 13470960.
HSL color Cylindrical-coordinate representation of color #F08CCD: hue angle of 321º 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 #F08CCD is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 205 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.06 |
| HSL | 321º | 0.77% | 0.75% | - |
| HSV(B) | 321º | 0.42% | 0.94% | - |
| XYZ | 56.33 | 41.69 | 62.84 | - |
| YUV | 177.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 205 | 0 | 0.42 | 0.15 | 0.06 | 321 | 0.77 | 0.75 |
| Hex | F0 | 8C | CD | 0 | 2A | F | 6 | 141 | 4D | 4B |
| Octal | 360 | 214 | 315 | 0 | 52 | 17 | 6 | 501 | 115 | 113 |
| Binary | 11110000 | 10001100 | 11001101 | 0 | 101010 | 1111 | 110 | 101000001 | 1001101 | 1001011 |
Color Harmonies of #F08CCD
Complementary color
Monochromatic Colors of #F08CCD
Black with #F08CCD
Text Example
Text Example
White with #F08CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08CCD; }
p { color: rgb(240,140,205); }
H1.HeaderClassName
{
color: #F08CCD;
}
.AnyTagClassName
{
color: #F08CCD;
}
</style>
background-color css
<style>
a { background-color: #F08CCD; }
a { background-color: rgb(240,140,205); }
div.DivClassName
{
background-color: #F08CCD;
}
.BgClassName
{
background-color: #F08CCD;
}
</style>
border-color css
<style>
span { border-color: #F08CCD; }
span { border-color: rgb(240,140,205); }
td.TdClassName
{
border-color: #F08CCD;
}
.TagClassName
{
border-color: #F08CCD;
}
</style>