Shades of Tea Rose #F889CC
Tints of Tea Rose #F889CC
RGB
CMYK
RGB Variations
Color information
#F889CC (or 0xF889CC) is known color: Tea Rose. HEX triplet: F8, 89 and CC. RGB value is (248,137,204). Sum of RGB (Red+Green+Blue) = 248+137+204=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 137 (53.91% from 255 or 23.26% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F889CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889CC is #077633. Grayscale: #B1B1B1. Windows color (decimal): -489012 or 13404664. OLE color: 13404664.
HSL color Cylindrical-coordinate representation of color #F889CC: hue angle of 323.78º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F889CC is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 204 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.03 |
| HSL | 323.78º | 0.89% | 0.75% | - |
| HSV(B) | 323.78º | 0.45% | 0.97% | - |
| XYZ | 58.56 | 42.21 | 62.19 | - |
| YUV | 177.83 | 142.77 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 204 | 0 | 0.45 | 0.18 | 0.03 | 323.78 | 0.89 | 0.75 |
| Hex | F8 | 89 | CC | 0 | 2D | 12 | 3 | 144 | 59 | 4B |
| Octal | 370 | 211 | 314 | 0 | 55 | 22 | 3 | 504 | 131 | 113 |
| Binary | 11111000 | 10001001 | 11001100 | 0 | 101101 | 10010 | 11 | 101000100 | 1011001 | 1001011 |
Color Harmonies of #F889CC
Complementary color
Monochromatic Colors of #F889CC
Black with #F889CC
Text Example
Text Example
White with #F889CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F889CC; }
p { color: rgb(248,137,204); }
H1.HeaderClassName
{
color: #F889CC;
}
.AnyTagClassName
{
color: #F889CC;
}
</style>
background-color css
<style>
a { background-color: #F889CC; }
a { background-color: rgb(248,137,204); }
div.DivClassName
{
background-color: #F889CC;
}
.BgClassName
{
background-color: #F889CC;
}
</style>
border-color css
<style>
span { border-color: #F889CC; }
span { border-color: rgb(248,137,204); }
td.TdClassName
{
border-color: #F889CC;
}
.TagClassName
{
border-color: #F889CC;
}
</style>