Shades of Tea Rose #F08BBE
Tints of Tea Rose #F08BBE
RGB
CMYK
RGB Variations
Color information
#F08BBE (or 0xF08BBE) is known color: Tea Rose. HEX triplet: F0, 8B and BE. RGB value is (240,139,190). Sum of RGB (Red+Green+Blue) = 240+139+190=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BBE is #0F7441. Grayscale: #AEAEAE. Windows color (decimal): -1012802 or 12487664. OLE color: 12487664.
HSL color Cylindrical-coordinate representation of color #F08BBE: hue angle of 329.7º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BBE is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 190 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.06 |
| HSL | 329.7º | 0.77% | 0.74% | - |
| HSV(B) | 329.7º | 0.42% | 0.94% | - |
| XYZ | 54.46 | 40.71 | 53.7 | - |
| YUV | 175.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 190 | 0 | 0.42 | 0.21 | 0.06 | 329.7 | 0.77 | 0.74 |
| Hex | F0 | 8B | BE | 0 | 2A | 15 | 6 | 14A | 4D | 4A |
| Octal | 360 | 213 | 276 | 0 | 52 | 25 | 6 | 512 | 115 | 112 |
| Binary | 11110000 | 10001011 | 10111110 | 0 | 101010 | 10101 | 110 | 101001010 | 1001101 | 1001010 |
Color Harmonies of #F08BBE
Complementary color
Monochromatic Colors of #F08BBE
Black with #F08BBE
Text Example
Text Example
White with #F08BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BBE; }
p { color: rgb(240,139,190); }
H1.HeaderClassName
{
color: #F08BBE;
}
.AnyTagClassName
{
color: #F08BBE;
}
</style>
background-color css
<style>
a { background-color: #F08BBE; }
a { background-color: rgb(240,139,190); }
div.DivClassName
{
background-color: #F08BBE;
}
.BgClassName
{
background-color: #F08BBE;
}
</style>
border-color css
<style>
span { border-color: #F08BBE; }
span { border-color: rgb(240,139,190); }
td.TdClassName
{
border-color: #F08BBE;
}
.TagClassName
{
border-color: #F08BBE;
}
</style>