Shades of Tea Rose #F88DB9
Tints of Tea Rose #F88DB9
RGB
CMYK
RGB Variations
Color information
#F88DB9 (or 0xF88DB9) is known color: Tea Rose. HEX triplet: F8, 8D and B9. RGB value is (248,141,185). Sum of RGB (Red+Green+Blue) = 248+141+185=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DB9 is #077246. Grayscale: #B1B1B1. Windows color (decimal): -488007 or 12160504. OLE color: 12160504.
HSL color Cylindrical-coordinate representation of color #F88DB9: hue angle of 335.33º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88DB9 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 185 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.03 |
| HSL | 335.33º | 0.88% | 0.76% | - |
| HSV(B) | 335.33º | 0.43% | 0.97% | - |
| XYZ | 56.99 | 42.51 | 51.1 | - |
| YUV | 178.01 | 131.95 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 185 | 0 | 0.43 | 0.25 | 0.03 | 335.33 | 0.88 | 0.76 |
| Hex | F8 | 8D | B9 | 0 | 2B | 19 | 3 | 14F | 58 | 4C |
| Octal | 370 | 215 | 271 | 0 | 53 | 31 | 3 | 517 | 130 | 114 |
| Binary | 11111000 | 10001101 | 10111001 | 0 | 101011 | 11001 | 11 | 101001111 | 1011000 | 1001100 |
Color Harmonies of #F88DB9
Complementary color
Monochromatic Colors of #F88DB9
Black with #F88DB9
Text Example
Text Example
White with #F88DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88DB9; }
p { color: rgb(248,141,185); }
H1.HeaderClassName
{
color: #F88DB9;
}
.AnyTagClassName
{
color: #F88DB9;
}
</style>
background-color css
<style>
a { background-color: #F88DB9; }
a { background-color: rgb(248,141,185); }
div.DivClassName
{
background-color: #F88DB9;
}
.BgClassName
{
background-color: #F88DB9;
}
</style>
border-color css
<style>
span { border-color: #F88DB9; }
span { border-color: rgb(248,141,185); }
td.TdClassName
{
border-color: #F88DB9;
}
.TagClassName
{
border-color: #F88DB9;
}
</style>