Shades of Tea Rose #F988D1
Tints of Tea Rose #F988D1
RGB
CMYK
RGB Variations
Color information
#F988D1 (or 0xF988D1) is known color: Tea Rose. HEX triplet: F9, 88 and D1. RGB value is (249,136,209). Sum of RGB (Red+Green+Blue) = 249+136+209=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F988D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988D1 is #06772E. Grayscale: #B1B1B1. Windows color (decimal): -423727 or 13732089. OLE color: 13732089.
HSL color Cylindrical-coordinate representation of color #F988D1: hue angle of 321.24º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F988D1 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 209 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.02 |
| HSL | 321.24º | 0.9% | 0.75% | - |
| HSV(B) | 321.24º | 0.45% | 0.98% | - |
| XYZ | 59.38 | 42.35 | 65.37 | - |
| YUV | 178.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 209 | 0 | 0.45 | 0.16 | 0.02 | 321.24 | 0.9 | 0.75 |
| Hex | F9 | 88 | D1 | 0 | 2D | 10 | 2 | 141 | 5A | 4B |
| Octal | 371 | 210 | 321 | 0 | 55 | 20 | 2 | 501 | 132 | 113 |
| Binary | 11111001 | 10001000 | 11010001 | 0 | 101101 | 10000 | 10 | 101000001 | 1011010 | 1001011 |
Color Harmonies of #F988D1
Complementary color
Monochromatic Colors of #F988D1
Black with #F988D1
Text Example
Text Example
White with #F988D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F988D1; }
p { color: rgb(249,136,209); }
H1.HeaderClassName
{
color: #F988D1;
}
.AnyTagClassName
{
color: #F988D1;
}
</style>
background-color css
<style>
a { background-color: #F988D1; }
a { background-color: rgb(249,136,209); }
div.DivClassName
{
background-color: #F988D1;
}
.BgClassName
{
background-color: #F988D1;
}
</style>
border-color css
<style>
span { border-color: #F988D1; }
span { border-color: rgb(249,136,209); }
td.TdClassName
{
border-color: #F988D1;
}
.TagClassName
{
border-color: #F988D1;
}
</style>