Shades of Tea Rose #F98BCC
Tints of Tea Rose #F98BCC
RGB
CMYK
RGB Variations
Color information
#F98BCC (or 0xF98BCC) is known color: Tea Rose. HEX triplet: F9, 8B and CC. RGB value is (249,139,204). Sum of RGB (Red+Green+Blue) = 249+139+204=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BCC is #067433. Grayscale: #B3B3B3. Windows color (decimal): -422964 or 13405177. OLE color: 13405177.
HSL color Cylindrical-coordinate representation of color #F98BCC: hue angle of 324.55º 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 #F98BCC is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 204 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.02 |
| HSL | 324.55º | 0.9% | 0.76% | - |
| HSV(B) | 324.55º | 0.44% | 0.98% | - |
| XYZ | 59.2 | 42.96 | 62.3 | - |
| YUV | 179.3 | 141.94 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 204 | 0 | 0.44 | 0.18 | 0.02 | 324.55 | 0.9 | 0.76 |
| Hex | F9 | 8B | CC | 0 | 2C | 12 | 2 | 145 | 5A | 4C |
| Octal | 371 | 213 | 314 | 0 | 54 | 22 | 2 | 505 | 132 | 114 |
| Binary | 11111001 | 10001011 | 11001100 | 0 | 101100 | 10010 | 10 | 101000101 | 1011010 | 1001100 |
Color Harmonies of #F98BCC
Complementary color
Monochromatic Colors of #F98BCC
Black with #F98BCC
Text Example
Text Example
White with #F98BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98BCC; }
p { color: rgb(249,139,204); }
H1.HeaderClassName
{
color: #F98BCC;
}
.AnyTagClassName
{
color: #F98BCC;
}
</style>
background-color css
<style>
a { background-color: #F98BCC; }
a { background-color: rgb(249,139,204); }
div.DivClassName
{
background-color: #F98BCC;
}
.BgClassName
{
background-color: #F98BCC;
}
</style>
border-color css
<style>
span { border-color: #F98BCC; }
span { border-color: rgb(249,139,204); }
td.TdClassName
{
border-color: #F98BCC;
}
.TagClassName
{
border-color: #F98BCC;
}
</style>