Shades of Tea Rose #F98CCC
Tints of Tea Rose #F98CCC
RGB
CMYK
RGB Variations
Color information
#F98CCC (or 0xF98CCC) is known color: Tea Rose. HEX triplet: F9, 8C and CC. RGB value is (249,140,204). Sum of RGB (Red+Green+Blue) = 249+140+204=593 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.99% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CCC is #067333. Grayscale: #B3B3B3. Windows color (decimal): -422708 or 13405433. OLE color: 13405433.
HSL color Cylindrical-coordinate representation of color #F98CCC: hue angle of 324.77º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98CCC is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 204 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.02 |
| HSL | 324.77º | 0.9% | 0.76% | - |
| HSV(B) | 324.77º | 0.44% | 0.98% | - |
| XYZ | 59.34 | 43.26 | 62.35 | - |
| YUV | 179.89 | 141.61 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 204 | 0 | 0.44 | 0.18 | 0.02 | 324.77 | 0.9 | 0.76 |
| Hex | F9 | 8C | CC | 0 | 2C | 12 | 2 | 145 | 5A | 4C |
| Octal | 371 | 214 | 314 | 0 | 54 | 22 | 2 | 505 | 132 | 114 |
| Binary | 11111001 | 10001100 | 11001100 | 0 | 101100 | 10010 | 10 | 101000101 | 1011010 | 1001100 |
Color Harmonies of #F98CCC
Complementary color
Monochromatic Colors of #F98CCC
Black with #F98CCC
Text Example
Text Example
White with #F98CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98CCC; }
p { color: rgb(249,140,204); }
H1.HeaderClassName
{
color: #F98CCC;
}
.AnyTagClassName
{
color: #F98CCC;
}
</style>
background-color css
<style>
a { background-color: #F98CCC; }
a { background-color: rgb(249,140,204); }
div.DivClassName
{
background-color: #F98CCC;
}
.BgClassName
{
background-color: #F98CCC;
}
</style>
border-color css
<style>
span { border-color: #F98CCC; }
span { border-color: rgb(249,140,204); }
td.TdClassName
{
border-color: #F98CCC;
}
.TagClassName
{
border-color: #F98CCC;
}
</style>