Shades of Tea Rose #F98ECD
Tints of Tea Rose #F98ECD
RGB
CMYK
RGB Variations
Color information
#F98ECD (or 0xF98ECD) is known color: Tea Rose. HEX triplet: F9, 8E and CD. RGB value is (249,142,205). Sum of RGB (Red+Green+Blue) = 249+142+205=596 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.78% from 596); Green value is 142 (55.86% from 255 or 23.83% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ECD is #067132. Grayscale: #B5B5B5. Windows color (decimal): -422195 or 13471481. OLE color: 13471481.
HSL color Cylindrical-coordinate representation of color #F98ECD: hue angle of 324.67º 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 #F98ECD is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 205 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.02 |
| HSL | 324.67º | 0.9% | 0.77% | - |
| HSV(B) | 324.67º | 0.43% | 0.98% | - |
| XYZ | 59.76 | 43.89 | 63.08 | - |
| YUV | 181.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 205 | 0 | 0.43 | 0.18 | 0.02 | 324.67 | 0.9 | 0.77 |
| Hex | F9 | 8E | CD | 0 | 2B | 12 | 2 | 145 | 5A | 4D |
| Octal | 371 | 216 | 315 | 0 | 53 | 22 | 2 | 505 | 132 | 115 |
| Binary | 11111001 | 10001110 | 11001101 | 0 | 101011 | 10010 | 10 | 101000101 | 1011010 | 1001101 |
Color Harmonies of #F98ECD
Complementary color
Monochromatic Colors of #F98ECD
Black with #F98ECD
Text Example
Text Example
White with #F98ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98ECD; }
p { color: rgb(249,142,205); }
H1.HeaderClassName
{
color: #F98ECD;
}
.AnyTagClassName
{
color: #F98ECD;
}
</style>
background-color css
<style>
a { background-color: #F98ECD; }
a { background-color: rgb(249,142,205); }
div.DivClassName
{
background-color: #F98ECD;
}
.BgClassName
{
background-color: #F98ECD;
}
</style>
border-color css
<style>
span { border-color: #F98ECD; }
span { border-color: rgb(249,142,205); }
td.TdClassName
{
border-color: #F98ECD;
}
.TagClassName
{
border-color: #F98ECD;
}
</style>