Shades of Tea Rose #F890BA
Tints of Tea Rose #F890BA
RGB
CMYK
RGB Variations
Color information
#F890BA (or 0xF890BA) is known color: Tea Rose. HEX triplet: F8, 90 and BA. RGB value is (248,144,186). Sum of RGB (Red+Green+Blue) = 248+144+186=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F890BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890BA is #076F45. Grayscale: #B3B3B3. Windows color (decimal): -487238 or 12226808. OLE color: 12226808.
HSL color Cylindrical-coordinate representation of color #F890BA: hue angle of 335.77º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F890BA is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 186 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.03 |
| HSL | 335.77º | 0.88% | 0.77% | - |
| HSV(B) | 335.77º | 0.42% | 0.97% | - |
| XYZ | 57.55 | 43.45 | 51.81 | - |
| YUV | 179.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 186 | 0 | 0.42 | 0.25 | 0.03 | 335.77 | 0.88 | 0.77 |
| Hex | F8 | 90 | BA | 0 | 2A | 19 | 3 | 150 | 58 | 4D |
| Octal | 370 | 220 | 272 | 0 | 52 | 31 | 3 | 520 | 130 | 115 |
| Binary | 11111000 | 10010000 | 10111010 | 0 | 101010 | 11001 | 11 | 101010000 | 1011000 | 1001101 |
Color Harmonies of #F890BA
Complementary color
Monochromatic Colors of #F890BA
Black with #F890BA
Text Example
Text Example
White with #F890BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890BA; }
p { color: rgb(248,144,186); }
H1.HeaderClassName
{
color: #F890BA;
}
.AnyTagClassName
{
color: #F890BA;
}
</style>
background-color css
<style>
a { background-color: #F890BA; }
a { background-color: rgb(248,144,186); }
div.DivClassName
{
background-color: #F890BA;
}
.BgClassName
{
background-color: #F890BA;
}
</style>
border-color css
<style>
span { border-color: #F890BA; }
span { border-color: rgb(248,144,186); }
td.TdClassName
{
border-color: #F890BA;
}
.TagClassName
{
border-color: #F890BA;
}
</style>