Shades of Tea Rose #F98DB8
Tints of Tea Rose #F98DB8
RGB
CMYK
RGB Variations
Color information
#F98DB8 (or 0xF98DB8) is known color: Tea Rose. HEX triplet: F9, 8D and B8. RGB value is (249,141,184). Sum of RGB (Red+Green+Blue) = 249+141+184=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DB8 is #067247. Grayscale: #B2B2B2. Windows color (decimal): -422472 or 12094969. OLE color: 12094969.
HSL color Cylindrical-coordinate representation of color #F98DB8: hue angle of 336.11º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98DB8 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 184 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.02 |
| HSL | 336.11º | 0.9% | 0.76% | - |
| HSV(B) | 336.11º | 0.43% | 0.98% | - |
| XYZ | 57.24 | 42.65 | 50.56 | - |
| YUV | 178.19 | 131.28 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 184 | 0 | 0.43 | 0.26 | 0.02 | 336.11 | 0.9 | 0.76 |
| Hex | F9 | 8D | B8 | 0 | 2B | 1A | 2 | 150 | 5A | 4C |
| Octal | 371 | 215 | 270 | 0 | 53 | 32 | 2 | 520 | 132 | 114 |
| Binary | 11111001 | 10001101 | 10111000 | 0 | 101011 | 11010 | 10 | 101010000 | 1011010 | 1001100 |
Color Harmonies of #F98DB8
Complementary color
Monochromatic Colors of #F98DB8
Black with #F98DB8
Text Example
Text Example
White with #F98DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DB8; }
p { color: rgb(249,141,184); }
H1.HeaderClassName
{
color: #F98DB8;
}
.AnyTagClassName
{
color: #F98DB8;
}
</style>
background-color css
<style>
a { background-color: #F98DB8; }
a { background-color: rgb(249,141,184); }
div.DivClassName
{
background-color: #F98DB8;
}
.BgClassName
{
background-color: #F98DB8;
}
</style>
border-color css
<style>
span { border-color: #F98DB8; }
span { border-color: rgb(249,141,184); }
td.TdClassName
{
border-color: #F98DB8;
}
.TagClassName
{
border-color: #F98DB8;
}
</style>