Shades of Tea Rose #FB89C9
Tints of Tea Rose #FB89C9
RGB
CMYK
RGB Variations
Color information
#FB89C9 (or 0xFB89C9) is known color: Tea Rose. HEX triplet: FB, 89 and C9. RGB value is (251,137,201). Sum of RGB (Red+Green+Blue) = 251+137+201=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 137 (53.91% from 255 or 23.26% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89C9 is #047636. Grayscale: #B2B2B2. Windows color (decimal): -292407 or 13208059. OLE color: 13208059.
HSL color Cylindrical-coordinate representation of color #FB89C9: hue angle of 326.32º 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 #FB89C9 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 201 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.02 |
| HSL | 326.32º | 0.93% | 0.76% | - |
| HSV(B) | 326.32º | 0.45% | 0.98% | - |
| XYZ | 59.27 | 42.62 | 60.36 | - |
| YUV | 178.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 201 | 0 | 0.45 | 0.20 | 0.02 | 326.32 | 0.93 | 0.76 |
| Hex | FB | 89 | C9 | 0 | 2D | 14 | 2 | 146 | 5D | 4C |
| Octal | 373 | 211 | 311 | 0 | 55 | 24 | 2 | 506 | 135 | 114 |
| Binary | 11111011 | 10001001 | 11001001 | 0 | 101101 | 10100 | 10 | 101000110 | 1011101 | 1001100 |
Color Harmonies of #FB89C9
Complementary color
Monochromatic Colors of #FB89C9
Black with #FB89C9
Text Example
Text Example
White with #FB89C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB89C9; }
p { color: rgb(251,137,201); }
H1.HeaderClassName
{
color: #FB89C9;
}
.AnyTagClassName
{
color: #FB89C9;
}
</style>
background-color css
<style>
a { background-color: #FB89C9; }
a { background-color: rgb(251,137,201); }
div.DivClassName
{
background-color: #FB89C9;
}
.BgClassName
{
background-color: #FB89C9;
}
</style>
border-color css
<style>
span { border-color: #FB89C9; }
span { border-color: rgb(251,137,201); }
td.TdClassName
{
border-color: #FB89C9;
}
.TagClassName
{
border-color: #FB89C9;
}
</style>