Shades of Tea Rose #F08CBC
Tints of Tea Rose #F08CBC
RGB
CMYK
RGB Variations
Color information
#F08CBC (or 0xF08CBC) is known color: Tea Rose. HEX triplet: F0, 8C and BC. RGB value is (240,140,188). Sum of RGB (Red+Green+Blue) = 240+140+188=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 188 (73.83% from 255 or 33.10% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F08CBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08CBC is #0F7343. Grayscale: #AFAFAF. Windows color (decimal): -1012548 or 12356848. OLE color: 12356848.
HSL color Cylindrical-coordinate representation of color #F08CBC: hue angle of 331.2º 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 #F08CBC is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 188 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.06 |
| HSL | 331.2º | 0.77% | 0.75% | - |
| HSV(B) | 331.2º | 0.42% | 0.94% | - |
| XYZ | 54.39 | 40.91 | 52.61 | - |
| YUV | 175.37 | 135.13 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 188 | 0 | 0.42 | 0.22 | 0.06 | 331.2 | 0.77 | 0.75 |
| Hex | F0 | 8C | BC | 0 | 2A | 16 | 6 | 14B | 4D | 4B |
| Octal | 360 | 214 | 274 | 0 | 52 | 26 | 6 | 513 | 115 | 113 |
| Binary | 11110000 | 10001100 | 10111100 | 0 | 101010 | 10110 | 110 | 101001011 | 1001101 | 1001011 |
Color Harmonies of #F08CBC
Complementary color
Monochromatic Colors of #F08CBC
Black with #F08CBC
Text Example
Text Example
White with #F08CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08CBC; }
p { color: rgb(240,140,188); }
H1.HeaderClassName
{
color: #F08CBC;
}
.AnyTagClassName
{
color: #F08CBC;
}
</style>
background-color css
<style>
a { background-color: #F08CBC; }
a { background-color: rgb(240,140,188); }
div.DivClassName
{
background-color: #F08CBC;
}
.BgClassName
{
background-color: #F08CBC;
}
</style>
border-color css
<style>
span { border-color: #F08CBC; }
span { border-color: rgb(240,140,188); }
td.TdClassName
{
border-color: #F08CBC;
}
.TagClassName
{
border-color: #F08CBC;
}
</style>