Shades of Tea Rose #F988C7
Tints of Tea Rose #F988C7
RGB
CMYK
RGB Variations
Color information
#F988C7 (or 0xF988C7) is known color: Tea Rose. HEX triplet: F9, 88 and C7. RGB value is (249,136,199). Sum of RGB (Red+Green+Blue) = 249+136+199=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 199 (78.12% from 255 or 34.08% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F988C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988C7 is #067738. Grayscale: #B0B0B0. Windows color (decimal): -423737 or 13076729. OLE color: 13076729.
HSL color Cylindrical-coordinate representation of color #F988C7: hue angle of 326.55º 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 #F988C7 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 199 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.02 |
| HSL | 326.55º | 0.9% | 0.75% | - |
| HSV(B) | 326.55º | 0.45% | 0.98% | - |
| XYZ | 58.18 | 41.87 | 59.05 | - |
| YUV | 176.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 199 | 0 | 0.45 | 0.20 | 0.02 | 326.55 | 0.9 | 0.75 |
| Hex | F9 | 88 | C7 | 0 | 2D | 14 | 2 | 147 | 5A | 4B |
| Octal | 371 | 210 | 307 | 0 | 55 | 24 | 2 | 507 | 132 | 113 |
| Binary | 11111001 | 10001000 | 11000111 | 0 | 101101 | 10100 | 10 | 101000111 | 1011010 | 1001011 |
Color Harmonies of #F988C7
Complementary color
Monochromatic Colors of #F988C7
Black with #F988C7
Text Example
Text Example
White with #F988C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F988C7; }
p { color: rgb(249,136,199); }
H1.HeaderClassName
{
color: #F988C7;
}
.AnyTagClassName
{
color: #F988C7;
}
</style>
background-color css
<style>
a { background-color: #F988C7; }
a { background-color: rgb(249,136,199); }
div.DivClassName
{
background-color: #F988C7;
}
.BgClassName
{
background-color: #F988C7;
}
</style>
border-color css
<style>
span { border-color: #F988C7; }
span { border-color: rgb(249,136,199); }
td.TdClassName
{
border-color: #F988C7;
}
.TagClassName
{
border-color: #F988C7;
}
</style>