Shades of Tea Rose #F890D2
Tints of Tea Rose #F890D2
RGB
CMYK
RGB Variations
Color information
#F890D2 (or 0xF890D2) is known color: Tea Rose. HEX triplet: F8, 90 and D2. RGB value is (248,144,210). Sum of RGB (Red+Green+Blue) = 248+144+210=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F890D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890D2 is #076F2D. Grayscale: #B6B6B6. Windows color (decimal): -487214 or 13799672. OLE color: 13799672.
HSL color Cylindrical-coordinate representation of color #F890D2: hue angle of 321.92º 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 #F890D2 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 210 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.03 |
| HSL | 321.92º | 0.88% | 0.77% | - |
| HSV(B) | 321.92º | 0.42% | 0.97% | - |
| XYZ | 60.32 | 44.56 | 66.39 | - |
| YUV | 182.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 210 | 0 | 0.42 | 0.15 | 0.03 | 321.92 | 0.88 | 0.77 |
| Hex | F8 | 90 | D2 | 0 | 2A | F | 3 | 142 | 58 | 4D |
| Octal | 370 | 220 | 322 | 0 | 52 | 17 | 3 | 502 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11010010 | 0 | 101010 | 1111 | 11 | 101000010 | 1011000 | 1001101 |
Color Harmonies of #F890D2
Complementary color
Monochromatic Colors of #F890D2
Black with #F890D2
Text Example
Text Example
White with #F890D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890D2; }
p { color: rgb(248,144,210); }
H1.HeaderClassName
{
color: #F890D2;
}
.AnyTagClassName
{
color: #F890D2;
}
</style>
background-color css
<style>
a { background-color: #F890D2; }
a { background-color: rgb(248,144,210); }
div.DivClassName
{
background-color: #F890D2;
}
.BgClassName
{
background-color: #F890D2;
}
</style>
border-color css
<style>
span { border-color: #F890D2; }
span { border-color: rgb(248,144,210); }
td.TdClassName
{
border-color: #F890D2;
}
.TagClassName
{
border-color: #F890D2;
}
</style>