Shades of Tea Rose #F88BB9
Tints of Tea Rose #F88BB9
RGB
CMYK
RGB Variations
Color information
#F88BB9 (or 0xF88BB9) is known color: Tea Rose. HEX triplet: F8, 8B and B9. RGB value is (248,139,185). Sum of RGB (Red+Green+Blue) = 248+139+185=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88BB9 is #077446. Grayscale: #B0B0B0. Windows color (decimal): -488519 or 12159992. OLE color: 12159992.
HSL color Cylindrical-coordinate representation of color #F88BB9: hue angle of 334.68º 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 #F88BB9 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 185 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.03 |
| HSL | 334.68º | 0.89% | 0.76% | - |
| HSV(B) | 334.68º | 0.44% | 0.97% | - |
| XYZ | 56.7 | 41.92 | 51 | - |
| YUV | 176.84 | 132.61 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 185 | 0 | 0.44 | 0.25 | 0.03 | 334.68 | 0.89 | 0.76 |
| Hex | F8 | 8B | B9 | 0 | 2C | 19 | 3 | 14F | 59 | 4C |
| Octal | 370 | 213 | 271 | 0 | 54 | 31 | 3 | 517 | 131 | 114 |
| Binary | 11111000 | 10001011 | 10111001 | 0 | 101100 | 11001 | 11 | 101001111 | 1011001 | 1001100 |
Color Harmonies of #F88BB9
Complementary color
Monochromatic Colors of #F88BB9
Black with #F88BB9
Text Example
Text Example
White with #F88BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88BB9; }
p { color: rgb(248,139,185); }
H1.HeaderClassName
{
color: #F88BB9;
}
.AnyTagClassName
{
color: #F88BB9;
}
</style>
background-color css
<style>
a { background-color: #F88BB9; }
a { background-color: rgb(248,139,185); }
div.DivClassName
{
background-color: #F88BB9;
}
.BgClassName
{
background-color: #F88BB9;
}
</style>
border-color css
<style>
span { border-color: #F88BB9; }
span { border-color: rgb(248,139,185); }
td.TdClassName
{
border-color: #F88BB9;
}
.TagClassName
{
border-color: #F88BB9;
}
</style>