Shades of Tea Rose #F890CC
Tints of Tea Rose #F890CC
RGB
CMYK
RGB Variations
Color information
#F890CC (or 0xF890CC) is known color: Tea Rose. HEX triplet: F8, 90 and CC. RGB value is (248,144,204). Sum of RGB (Red+Green+Blue) = 248+144+204=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F890CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890CC is #076F33. Grayscale: #B5B5B5. Windows color (decimal): -487220 or 13406456. OLE color: 13406456.
HSL color Cylindrical-coordinate representation of color #F890CC: hue angle of 325.38º 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 #F890CC is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 204 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.03 |
| HSL | 325.38º | 0.88% | 0.77% | - |
| HSV(B) | 325.38º | 0.42% | 0.97% | - |
| XYZ | 59.58 | 44.26 | 62.53 | - |
| YUV | 181.94 | 140.46 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 204 | 0 | 0.42 | 0.18 | 0.03 | 325.38 | 0.88 | 0.77 |
| Hex | F8 | 90 | CC | 0 | 2A | 12 | 3 | 145 | 58 | 4D |
| Octal | 370 | 220 | 314 | 0 | 52 | 22 | 3 | 505 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11001100 | 0 | 101010 | 10010 | 11 | 101000101 | 1011000 | 1001101 |
Color Harmonies of #F890CC
Complementary color
Monochromatic Colors of #F890CC
Black with #F890CC
Text Example
Text Example
White with #F890CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890CC; }
p { color: rgb(248,144,204); }
H1.HeaderClassName
{
color: #F890CC;
}
.AnyTagClassName
{
color: #F890CC;
}
</style>
background-color css
<style>
a { background-color: #F890CC; }
a { background-color: rgb(248,144,204); }
div.DivClassName
{
background-color: #F890CC;
}
.BgClassName
{
background-color: #F890CC;
}
</style>
border-color css
<style>
span { border-color: #F890CC; }
span { border-color: rgb(248,144,204); }
td.TdClassName
{
border-color: #F890CC;
}
.TagClassName
{
border-color: #F890CC;
}
</style>