Shades of Tea Rose #FB89C8
Tints of Tea Rose #FB89C8
RGB
CMYK
RGB Variations
Color information
#FB89C8 (or 0xFB89C8) is known color: Tea Rose. HEX triplet: FB, 89 and C8. RGB value is (251,137,200). Sum of RGB (Red+Green+Blue) = 251+137+200=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 137 (53.91% from 255 or 23.30% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89C8 is #047637. Grayscale: #B2B2B2. Windows color (decimal): -292408 or 13142523. OLE color: 13142523.
HSL color Cylindrical-coordinate representation of color #FB89C8: hue angle of 326.84º 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 #FB89C8 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 200 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.02 |
| HSL | 326.84º | 0.93% | 0.76% | - |
| HSV(B) | 326.84º | 0.45% | 0.98% | - |
| XYZ | 59.15 | 42.57 | 59.74 | - |
| YUV | 178.27 | 140.27 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 200 | 0 | 0.45 | 0.20 | 0.02 | 326.84 | 0.93 | 0.76 |
| Hex | FB | 89 | C8 | 0 | 2D | 14 | 2 | 147 | 5D | 4C |
| Octal | 373 | 211 | 310 | 0 | 55 | 24 | 2 | 507 | 135 | 114 |
| Binary | 11111011 | 10001001 | 11001000 | 0 | 101101 | 10100 | 10 | 101000111 | 1011101 | 1001100 |
Color Harmonies of #FB89C8
Complementary color
Monochromatic Colors of #FB89C8
Black with #FB89C8
Text Example
Text Example
White with #FB89C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB89C8; }
p { color: rgb(251,137,200); }
H1.HeaderClassName
{
color: #FB89C8;
}
.AnyTagClassName
{
color: #FB89C8;
}
</style>
background-color css
<style>
a { background-color: #FB89C8; }
a { background-color: rgb(251,137,200); }
div.DivClassName
{
background-color: #FB89C8;
}
.BgClassName
{
background-color: #FB89C8;
}
</style>
border-color css
<style>
span { border-color: #FB89C8; }
span { border-color: rgb(251,137,200); }
td.TdClassName
{
border-color: #FB89C8;
}
.TagClassName
{
border-color: #FB89C8;
}
</style>