Shades of Tea Rose #F98ECC
Tints of Tea Rose #F98ECC
RGB
CMYK
RGB Variations
Color information
#F98ECC (or 0xF98ECC) is known color: Tea Rose. HEX triplet: F9, 8E and CC. RGB value is (249,142,204). Sum of RGB (Red+Green+Blue) = 249+142+204=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F98ECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98ECC is #067133. Grayscale: #B4B4B4. Windows color (decimal): -422196 or 13405945. OLE color: 13405945.
HSL color Cylindrical-coordinate representation of color #F98ECC: hue angle of 325.23º 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 #F98ECC is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 204 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.02 |
| HSL | 325.23º | 0.9% | 0.77% | - |
| HSV(B) | 325.23º | 0.43% | 0.98% | - |
| XYZ | 59.64 | 43.85 | 62.45 | - |
| YUV | 181.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 204 | 0 | 0.43 | 0.18 | 0.02 | 325.23 | 0.9 | 0.77 |
| Hex | F9 | 8E | CC | 0 | 2B | 12 | 2 | 145 | 5A | 4D |
| Octal | 371 | 216 | 314 | 0 | 53 | 22 | 2 | 505 | 132 | 115 |
| Binary | 11111001 | 10001110 | 11001100 | 0 | 101011 | 10010 | 10 | 101000101 | 1011010 | 1001101 |
Color Harmonies of #F98ECC
Complementary color
Monochromatic Colors of #F98ECC
Black with #F98ECC
Text Example
Text Example
White with #F98ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98ECC; }
p { color: rgb(249,142,204); }
H1.HeaderClassName
{
color: #F98ECC;
}
.AnyTagClassName
{
color: #F98ECC;
}
</style>
background-color css
<style>
a { background-color: #F98ECC; }
a { background-color: rgb(249,142,204); }
div.DivClassName
{
background-color: #F98ECC;
}
.BgClassName
{
background-color: #F98ECC;
}
</style>
border-color css
<style>
span { border-color: #F98ECC; }
span { border-color: rgb(249,142,204); }
td.TdClassName
{
border-color: #F98ECC;
}
.TagClassName
{
border-color: #F98ECC;
}
</style>