Shades of Tea Rose #F889D0
Tints of Tea Rose #F889D0
RGB
CMYK
RGB Variations
Color information
#F889D0 (or 0xF889D0) is known color: Tea Rose. HEX triplet: F8, 89 and D0. RGB value is (248,137,208). Sum of RGB (Red+Green+Blue) = 248+137+208=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 137 (53.91% from 255 or 23.10% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F889D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889D0 is #07762F. Grayscale: #B2B2B2. Windows color (decimal): -489008 or 13666808. OLE color: 13666808.
HSL color Cylindrical-coordinate representation of color #F889D0: hue angle of 321.62º 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 #F889D0 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 208 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.03 |
| HSL | 321.62º | 0.89% | 0.75% | - |
| HSV(B) | 321.62º | 0.45% | 0.97% | - |
| XYZ | 59.04 | 42.4 | 64.75 | - |
| YUV | 178.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 208 | 0 | 0.45 | 0.16 | 0.03 | 321.62 | 0.89 | 0.75 |
| Hex | F8 | 89 | D0 | 0 | 2D | 10 | 3 | 142 | 59 | 4B |
| Octal | 370 | 211 | 320 | 0 | 55 | 20 | 3 | 502 | 131 | 113 |
| Binary | 11111000 | 10001001 | 11010000 | 0 | 101101 | 10000 | 11 | 101000010 | 1011001 | 1001011 |
Color Harmonies of #F889D0
Complementary color
Monochromatic Colors of #F889D0
Black with #F889D0
Text Example
Text Example
White with #F889D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F889D0; }
p { color: rgb(248,137,208); }
H1.HeaderClassName
{
color: #F889D0;
}
.AnyTagClassName
{
color: #F889D0;
}
</style>
background-color css
<style>
a { background-color: #F889D0; }
a { background-color: rgb(248,137,208); }
div.DivClassName
{
background-color: #F889D0;
}
.BgClassName
{
background-color: #F889D0;
}
</style>
border-color css
<style>
span { border-color: #F889D0; }
span { border-color: rgb(248,137,208); }
td.TdClassName
{
border-color: #F889D0;
}
.TagClassName
{
border-color: #F889D0;
}
</style>