Shades of Tea Rose #F88BBA
Tints of Tea Rose #F88BBA
RGB
CMYK
RGB Variations
Color information
#F88BBA (or 0xF88BBA) is known color: Tea Rose. HEX triplet: F8, 8B and BA. RGB value is (248,139,186). Sum of RGB (Red+Green+Blue) = 248+139+186=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88BBA is #077445. Grayscale: #B0B0B0. Windows color (decimal): -488518 or 12225528. OLE color: 12225528.
HSL color Cylindrical-coordinate representation of color #F88BBA: hue angle of 334.13º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88BBA is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 186 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.03 |
| HSL | 334.13º | 0.89% | 0.76% | - |
| HSV(B) | 334.13º | 0.44% | 0.97% | - |
| XYZ | 56.81 | 41.97 | 51.56 | - |
| YUV | 176.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 186 | 0 | 0.44 | 0.25 | 0.03 | 334.13 | 0.89 | 0.76 |
| Hex | F8 | 8B | BA | 0 | 2C | 19 | 3 | 14E | 59 | 4C |
| Octal | 370 | 213 | 272 | 0 | 54 | 31 | 3 | 516 | 131 | 114 |
| Binary | 11111000 | 10001011 | 10111010 | 0 | 101100 | 11001 | 11 | 101001110 | 1011001 | 1001100 |
Color Harmonies of #F88BBA
Complementary color
Monochromatic Colors of #F88BBA
Black with #F88BBA
Text Example
Text Example
White with #F88BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88BBA; }
p { color: rgb(248,139,186); }
H1.HeaderClassName
{
color: #F88BBA;
}
.AnyTagClassName
{
color: #F88BBA;
}
</style>
background-color css
<style>
a { background-color: #F88BBA; }
a { background-color: rgb(248,139,186); }
div.DivClassName
{
background-color: #F88BBA;
}
.BgClassName
{
background-color: #F88BBA;
}
</style>
border-color css
<style>
span { border-color: #F88BBA; }
span { border-color: rgb(248,139,186); }
td.TdClassName
{
border-color: #F88BBA;
}
.TagClassName
{
border-color: #F88BBA;
}
</style>