Shades of Tea Rose #F98BBC
Tints of Tea Rose #F98BBC
RGB
CMYK
RGB Variations
Color information
#F98BBC (or 0xF98BBC) is known color: Tea Rose. HEX triplet: F9, 8B and BC. RGB value is (249,139,188). Sum of RGB (Red+Green+Blue) = 249+139+188=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BBC is #067443. Grayscale: #B1B1B1. Windows color (decimal): -422980 or 12356601. OLE color: 12356601.
HSL color Cylindrical-coordinate representation of color #F98BBC: hue angle of 333.27º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98BBC is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 188 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.02 |
| HSL | 333.27º | 0.9% | 0.76% | - |
| HSV(B) | 333.27º | 0.44% | 0.98% | - |
| XYZ | 57.38 | 42.24 | 52.71 | - |
| YUV | 177.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 188 | 0 | 0.44 | 0.24 | 0.02 | 333.27 | 0.9 | 0.76 |
| Hex | F9 | 8B | BC | 0 | 2C | 18 | 2 | 14D | 5A | 4C |
| Octal | 371 | 213 | 274 | 0 | 54 | 30 | 2 | 515 | 132 | 114 |
| Binary | 11111001 | 10001011 | 10111100 | 0 | 101100 | 11000 | 10 | 101001101 | 1011010 | 1001100 |
Color Harmonies of #F98BBC
Complementary color
Monochromatic Colors of #F98BBC
Black with #F98BBC
Text Example
Text Example
White with #F98BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98BBC; }
p { color: rgb(249,139,188); }
H1.HeaderClassName
{
color: #F98BBC;
}
.AnyTagClassName
{
color: #F98BBC;
}
</style>
background-color css
<style>
a { background-color: #F98BBC; }
a { background-color: rgb(249,139,188); }
div.DivClassName
{
background-color: #F98BBC;
}
.BgClassName
{
background-color: #F98BBC;
}
</style>
border-color css
<style>
span { border-color: #F98BBC; }
span { border-color: rgb(249,139,188); }
td.TdClassName
{
border-color: #F98BBC;
}
.TagClassName
{
border-color: #F98BBC;
}
</style>