Shades of Tea Rose #FB89D0
Tints of Tea Rose #FB89D0
RGB
CMYK
RGB Variations
Color information
#FB89D0 (or 0xFB89D0) is known color: Tea Rose. HEX triplet: FB, 89 and D0. RGB value is (251,137,208). Sum of RGB (Red+Green+Blue) = 251+137+208=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 137 (53.91% from 255 or 22.99% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89D0 is #04762F. Grayscale: #B3B3B3. Windows color (decimal): -292400 or 13666811. OLE color: 13666811.
HSL color Cylindrical-coordinate representation of color #FB89D0: hue angle of 322.63º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FB89D0 is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 208 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.02 |
| HSL | 322.63º | 0.93% | 0.76% | - |
| HSV(B) | 322.63º | 0.45% | 0.98% | - |
| XYZ | 60.11 | 42.95 | 64.8 | - |
| YUV | 179.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 208 | 0 | 0.45 | 0.17 | 0.02 | 322.63 | 0.93 | 0.76 |
| Hex | FB | 89 | D0 | 0 | 2D | 11 | 2 | 143 | 5D | 4C |
| Octal | 373 | 211 | 320 | 0 | 55 | 21 | 2 | 503 | 135 | 114 |
| Binary | 11111011 | 10001001 | 11010000 | 0 | 101101 | 10001 | 10 | 101000011 | 1011101 | 1001100 |
Color Harmonies of #FB89D0
Complementary color
Monochromatic Colors of #FB89D0
Black with #FB89D0
Text Example
Text Example
White with #FB89D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB89D0; }
p { color: rgb(251,137,208); }
H1.HeaderClassName
{
color: #FB89D0;
}
.AnyTagClassName
{
color: #FB89D0;
}
</style>
background-color css
<style>
a { background-color: #FB89D0; }
a { background-color: rgb(251,137,208); }
div.DivClassName
{
background-color: #FB89D0;
}
.BgClassName
{
background-color: #FB89D0;
}
</style>
border-color css
<style>
span { border-color: #FB89D0; }
span { border-color: rgb(251,137,208); }
td.TdClassName
{
border-color: #FB89D0;
}
.TagClassName
{
border-color: #FB89D0;
}
</style>