Shades of Tea Rose #F98BCE
Tints of Tea Rose #F98BCE
RGB
CMYK
RGB Variations
Color information
#F98BCE (or 0xF98BCE) is known color: Tea Rose. HEX triplet: F9, 8B and CE. RGB value is (249,139,206). Sum of RGB (Red+Green+Blue) = 249+139+206=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98BCE is #067431. Grayscale: #B3B3B3. Windows color (decimal): -422962 or 13536249. OLE color: 13536249.
HSL color Cylindrical-coordinate representation of color #F98BCE: hue angle of 323.45º 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 #F98BCE is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 206 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.02 |
| HSL | 323.45º | 0.9% | 0.76% | - |
| HSV(B) | 323.45º | 0.44% | 0.98% | - |
| XYZ | 59.44 | 43.06 | 63.57 | - |
| YUV | 179.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 206 | 0 | 0.44 | 0.17 | 0.02 | 323.45 | 0.9 | 0.76 |
| Hex | F9 | 8B | CE | 0 | 2C | 11 | 2 | 143 | 5A | 4C |
| Octal | 371 | 213 | 316 | 0 | 54 | 21 | 2 | 503 | 132 | 114 |
| Binary | 11111001 | 10001011 | 11001110 | 0 | 101100 | 10001 | 10 | 101000011 | 1011010 | 1001100 |
Color Harmonies of #F98BCE
Complementary color
Monochromatic Colors of #F98BCE
Black with #F98BCE
Text Example
Text Example
White with #F98BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98BCE; }
p { color: rgb(249,139,206); }
H1.HeaderClassName
{
color: #F98BCE;
}
.AnyTagClassName
{
color: #F98BCE;
}
</style>
background-color css
<style>
a { background-color: #F98BCE; }
a { background-color: rgb(249,139,206); }
div.DivClassName
{
background-color: #F98BCE;
}
.BgClassName
{
background-color: #F98BCE;
}
</style>
border-color css
<style>
span { border-color: #F98BCE; }
span { border-color: rgb(249,139,206); }
td.TdClassName
{
border-color: #F98BCE;
}
.TagClassName
{
border-color: #F98BCE;
}
</style>