Shades of Tea Rose #F891CC
Tints of Tea Rose #F891CC
RGB
CMYK
RGB Variations
Color information
#F891CC (or 0xF891CC) is known color: Tea Rose. HEX triplet: F8, 91 and CC. RGB value is (248,145,204). Sum of RGB (Red+Green+Blue) = 248+145+204=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F891CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891CC is #076E33. Grayscale: #B6B6B6. Windows color (decimal): -486964 or 13406712. OLE color: 13406712.
HSL color Cylindrical-coordinate representation of color #F891CC: hue angle of 325.63º 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 #F891CC is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 204 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.03 |
| HSL | 325.63º | 0.88% | 0.77% | - |
| HSV(B) | 325.63º | 0.42% | 0.97% | - |
| XYZ | 59.74 | 44.57 | 62.58 | - |
| YUV | 182.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 204 | 0 | 0.42 | 0.18 | 0.03 | 325.63 | 0.88 | 0.77 |
| Hex | F8 | 91 | CC | 0 | 2A | 12 | 3 | 146 | 58 | 4D |
| Octal | 370 | 221 | 314 | 0 | 52 | 22 | 3 | 506 | 130 | 115 |
| Binary | 11111000 | 10010001 | 11001100 | 0 | 101010 | 10010 | 11 | 101000110 | 1011000 | 1001101 |
Color Harmonies of #F891CC
Complementary color
Monochromatic Colors of #F891CC
Black with #F891CC
Text Example
Text Example
White with #F891CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F891CC; }
p { color: rgb(248,145,204); }
H1.HeaderClassName
{
color: #F891CC;
}
.AnyTagClassName
{
color: #F891CC;
}
</style>
background-color css
<style>
a { background-color: #F891CC; }
a { background-color: rgb(248,145,204); }
div.DivClassName
{
background-color: #F891CC;
}
.BgClassName
{
background-color: #F891CC;
}
</style>
border-color css
<style>
span { border-color: #F891CC; }
span { border-color: rgb(248,145,204); }
td.TdClassName
{
border-color: #F891CC;
}
.TagClassName
{
border-color: #F891CC;
}
</style>