Shades of Tea Rose #F98ECE
Tints of Tea Rose #F98ECE
RGB
CMYK
RGB Variations
Color information
#F98ECE (or 0xF98ECE) is known color: Tea Rose. HEX triplet: F9, 8E and CE. RGB value is (249,142,206). Sum of RGB (Red+Green+Blue) = 249+142+206=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ECE is #067131. Grayscale: #B5B5B5. Windows color (decimal): -422194 or 13537017. OLE color: 13537017.
HSL color Cylindrical-coordinate representation of color #F98ECE: hue angle of 324.11º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98ECE is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 206 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.02 |
| HSL | 324.11º | 0.9% | 0.77% | - |
| HSV(B) | 324.11º | 0.43% | 0.98% | - |
| XYZ | 59.88 | 43.94 | 63.72 | - |
| YUV | 181.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 206 | 0 | 0.43 | 0.17 | 0.02 | 324.11 | 0.9 | 0.77 |
| Hex | F9 | 8E | CE | 0 | 2B | 11 | 2 | 144 | 5A | 4D |
| Octal | 371 | 216 | 316 | 0 | 53 | 21 | 2 | 504 | 132 | 115 |
| Binary | 11111001 | 10001110 | 11001110 | 0 | 101011 | 10001 | 10 | 101000100 | 1011010 | 1001101 |
Color Harmonies of #F98ECE
Complementary color
Monochromatic Colors of #F98ECE
Black with #F98ECE
Text Example
Text Example
White with #F98ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98ECE; }
p { color: rgb(249,142,206); }
H1.HeaderClassName
{
color: #F98ECE;
}
.AnyTagClassName
{
color: #F98ECE;
}
</style>
background-color css
<style>
a { background-color: #F98ECE; }
a { background-color: rgb(249,142,206); }
div.DivClassName
{
background-color: #F98ECE;
}
.BgClassName
{
background-color: #F98ECE;
}
</style>
border-color css
<style>
span { border-color: #F98ECE; }
span { border-color: rgb(249,142,206); }
td.TdClassName
{
border-color: #F98ECE;
}
.TagClassName
{
border-color: #F98ECE;
}
</style>