Shades of Tea Rose #F891BC
Tints of Tea Rose #F891BC
RGB
CMYK
RGB Variations
Color information
#F891BC (or 0xF891BC) is known color: Tea Rose. HEX triplet: F8, 91 and BC. RGB value is (248,145,188). Sum of RGB (Red+Green+Blue) = 248+145+188=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F891BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891BC is #076E43. Grayscale: #B4B4B4. Windows color (decimal): -486980 or 12358136. OLE color: 12358136.
HSL color Cylindrical-coordinate representation of color #F891BC: hue angle of 334.95º 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 #F891BC is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 188 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.03 |
| HSL | 334.95º | 0.88% | 0.77% | - |
| HSV(B) | 334.95º | 0.42% | 0.97% | - |
| XYZ | 57.91 | 43.84 | 52.99 | - |
| YUV | 180.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 188 | 0 | 0.42 | 0.24 | 0.03 | 334.95 | 0.88 | 0.77 |
| Hex | F8 | 91 | BC | 0 | 2A | 18 | 3 | 14F | 58 | 4D |
| Octal | 370 | 221 | 274 | 0 | 52 | 30 | 3 | 517 | 130 | 115 |
| Binary | 11111000 | 10010001 | 10111100 | 0 | 101010 | 11000 | 11 | 101001111 | 1011000 | 1001101 |
Color Harmonies of #F891BC
Complementary color
Monochromatic Colors of #F891BC
Black with #F891BC
Text Example
Text Example
White with #F891BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F891BC; }
p { color: rgb(248,145,188); }
H1.HeaderClassName
{
color: #F891BC;
}
.AnyTagClassName
{
color: #F891BC;
}
</style>
background-color css
<style>
a { background-color: #F891BC; }
a { background-color: rgb(248,145,188); }
div.DivClassName
{
background-color: #F891BC;
}
.BgClassName
{
background-color: #F891BC;
}
</style>
border-color css
<style>
span { border-color: #F891BC; }
span { border-color: rgb(248,145,188); }
td.TdClassName
{
border-color: #F891BC;
}
.TagClassName
{
border-color: #F891BC;
}
</style>