Shades of Tea Rose #F98ABC
Tints of Tea Rose #F98ABC
RGB
CMYK
RGB Variations
Color information
#F98ABC (or 0xF98ABC) is known color: Tea Rose. HEX triplet: F9, 8A and BC. RGB value is (249,138,188). Sum of RGB (Red+Green+Blue) = 249+138+188=575 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.30% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ABC is #067543. Grayscale: #B0B0B0. Windows color (decimal): -423236 or 12356345. OLE color: 12356345.
HSL color Cylindrical-coordinate representation of color #F98ABC: hue angle of 332.97º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98ABC is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 188 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.02 |
| HSL | 332.97º | 0.9% | 0.76% | - |
| HSV(B) | 332.97º | 0.45% | 0.98% | - |
| XYZ | 57.23 | 41.95 | 52.66 | - |
| YUV | 176.89 | 134.27 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 188 | 0 | 0.45 | 0.24 | 0.02 | 332.97 | 0.9 | 0.76 |
| Hex | F9 | 8A | BC | 0 | 2D | 18 | 2 | 14D | 5A | 4C |
| Octal | 371 | 212 | 274 | 0 | 55 | 30 | 2 | 515 | 132 | 114 |
| Binary | 11111001 | 10001010 | 10111100 | 0 | 101101 | 11000 | 10 | 101001101 | 1011010 | 1001100 |
Color Harmonies of #F98ABC
Complementary color
Monochromatic Colors of #F98ABC
Black with #F98ABC
Text Example
Text Example
White with #F98ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98ABC; }
p { color: rgb(249,138,188); }
H1.HeaderClassName
{
color: #F98ABC;
}
.AnyTagClassName
{
color: #F98ABC;
}
</style>
background-color css
<style>
a { background-color: #F98ABC; }
a { background-color: rgb(249,138,188); }
div.DivClassName
{
background-color: #F98ABC;
}
.BgClassName
{
background-color: #F98ABC;
}
</style>
border-color css
<style>
span { border-color: #F98ABC; }
span { border-color: rgb(249,138,188); }
td.TdClassName
{
border-color: #F98ABC;
}
.TagClassName
{
border-color: #F98ABC;
}
</style>