Shades of Tea Rose #F98DBB
Tints of Tea Rose #F98DBB
RGB
CMYK
RGB Variations
Color information
#F98DBB (or 0xF98DBB) is known color: Tea Rose. HEX triplet: F9, 8D and BB. RGB value is (249,141,187). Sum of RGB (Red+Green+Blue) = 249+141+187=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F98DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98DBB is #067244. Grayscale: #B2B2B2. Windows color (decimal): -422469 or 12291577. OLE color: 12291577.
HSL color Cylindrical-coordinate representation of color #F98DBB: hue angle of 334.44º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F98DBB is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 141 | 187 | - |
CMYK | 0 | 0.43 | 0.25 | 0.02 |
HSL | 334.44º | 0.9% | 0.76% | - |
HSV(B) | 334.44º | 0.43% | 0.98% | - |
XYZ | 57.56 | 42.78 | 52.24 | - |
YUV | 178.54 | 132.78 | 178.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 141 | 187 | 0 | 0.43 | 0.25 | 0.02 | 334.44 | 0.9 | 0.76 |
Hex | F9 | 8D | BB | 0 | 2B | 19 | 2 | 14E | 5A | 4C |
Octal | 371 | 215 | 273 | 0 | 53 | 31 | 2 | 516 | 132 | 114 |
Binary | 11111001 | 10001101 | 10111011 | 0 | 101011 | 11001 | 10 | 101001110 | 1011010 | 1001100 |
Color Harmonies of #F98DBB
Complementary color
Monochromatic Colors of #F98DBB
Black with #F98DBB
Text Example
Text Example
White with #F98DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DBB; }
p { color: rgb(249,141,187); }
H1.HeaderClassName
{
color: #F98DBB;
}
.AnyTagClassName
{
color: #F98DBB;
}
</style>
background-color css
<style>
a { background-color: #F98DBB; }
a { background-color: rgb(249,141,187); }
div.DivClassName
{
background-color: #F98DBB;
}
.BgClassName
{
background-color: #F98DBB;
}
</style>
border-color css
<style>
span { border-color: #F98DBB; }
span { border-color: rgb(249,141,187); }
td.TdClassName
{
border-color: #F98DBB;
}
.TagClassName
{
border-color: #F98DBB;
}
</style>