Shades of Tea Rose #F98CBC
Tints of Tea Rose #F98CBC
RGB
CMYK
RGB Variations
Color information
#F98CBC (or 0xF98CBC) is known color: Tea Rose. HEX triplet: F9, 8C and BC. RGB value is (249,140,188). Sum of RGB (Red+Green+Blue) = 249+140+188=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F98CBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98CBC is #067343. Grayscale: #B1B1B1. Windows color (decimal): -422724 or 12356857. OLE color: 12356857.
HSL color Cylindrical-coordinate representation of color #F98CBC: hue angle of 333.58º 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 #F98CBC is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 188 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.02 |
| HSL | 333.58º | 0.9% | 0.76% | - |
| HSV(B) | 333.58º | 0.44% | 0.98% | - |
| XYZ | 57.52 | 42.53 | 52.75 | - |
| YUV | 178.06 | 133.61 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 188 | 0 | 0.44 | 0.24 | 0.02 | 333.58 | 0.9 | 0.76 |
| Hex | F9 | 8C | BC | 0 | 2C | 18 | 2 | 14E | 5A | 4C |
| Octal | 371 | 214 | 274 | 0 | 54 | 30 | 2 | 516 | 132 | 114 |
| Binary | 11111001 | 10001100 | 10111100 | 0 | 101100 | 11000 | 10 | 101001110 | 1011010 | 1001100 |
Color Harmonies of #F98CBC
Complementary color
Monochromatic Colors of #F98CBC
Black with #F98CBC
Text Example
Text Example
White with #F98CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98CBC; }
p { color: rgb(249,140,188); }
H1.HeaderClassName
{
color: #F98CBC;
}
.AnyTagClassName
{
color: #F98CBC;
}
</style>
background-color css
<style>
a { background-color: #F98CBC; }
a { background-color: rgb(249,140,188); }
div.DivClassName
{
background-color: #F98CBC;
}
.BgClassName
{
background-color: #F98CBC;
}
</style>
border-color css
<style>
span { border-color: #F98CBC; }
span { border-color: rgb(249,140,188); }
td.TdClassName
{
border-color: #F98CBC;
}
.TagClassName
{
border-color: #F98CBC;
}
</style>