Shades of Tea Rose #F890D1
Tints of Tea Rose #F890D1
RGB
CMYK
RGB Variations
Color information
#F890D1 (or 0xF890D1) is known color: Tea Rose. HEX triplet: F8, 90 and D1. RGB value is (248,144,209). Sum of RGB (Red+Green+Blue) = 248+144+209=601 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.26% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 248 - color contains mainly: red. Hex color #F890D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890D1 is #076F2E. Grayscale: #B6B6B6. Windows color (decimal): -487215 or 13734136. OLE color: 13734136.
HSL color Cylindrical-coordinate representation of color #F890D1: hue angle of 322.5º 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 #F890D1 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 209 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.03 |
| HSL | 322.5º | 0.88% | 0.77% | - |
| HSV(B) | 322.5º | 0.42% | 0.97% | - |
| XYZ | 60.19 | 44.51 | 65.74 | - |
| YUV | 182.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 209 | 0 | 0.42 | 0.16 | 0.03 | 322.5 | 0.88 | 0.77 |
| Hex | F8 | 90 | D1 | 0 | 2A | 10 | 3 | 142 | 58 | 4D |
| Octal | 370 | 220 | 321 | 0 | 52 | 20 | 3 | 502 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11010001 | 0 | 101010 | 10000 | 11 | 101000010 | 1011000 | 1001101 |
Color Harmonies of #F890D1
Complementary color
Monochromatic Colors of #F890D1
Black with #F890D1
Text Example
Text Example
White with #F890D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890D1; }
p { color: rgb(248,144,209); }
H1.HeaderClassName
{
color: #F890D1;
}
.AnyTagClassName
{
color: #F890D1;
}
</style>
background-color css
<style>
a { background-color: #F890D1; }
a { background-color: rgb(248,144,209); }
div.DivClassName
{
background-color: #F890D1;
}
.BgClassName
{
background-color: #F890D1;
}
</style>
border-color css
<style>
span { border-color: #F890D1; }
span { border-color: rgb(248,144,209); }
td.TdClassName
{
border-color: #F890D1;
}
.TagClassName
{
border-color: #F890D1;
}
</style>