Shades of Tea Rose #FB89D4
Tints of Tea Rose #FB89D4
RGB
CMYK
RGB Variations
Color information
#FB89D4 (or 0xFB89D4) is known color: Tea Rose. HEX triplet: FB, 89 and D4. RGB value is (251,137,212). Sum of RGB (Red+Green+Blue) = 251+137+212=600 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.83% from 600); Green value is 137 (53.91% from 255 or 22.83% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89D4 is #04762B. Grayscale: #B3B3B3. Windows color (decimal): -292396 or 13928955. OLE color: 13928955.
HSL color Cylindrical-coordinate representation of color #FB89D4: hue angle of 320.53º 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 #FB89D4 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 212 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.02 |
| HSL | 320.53º | 0.93% | 0.76% | - |
| HSV(B) | 320.53º | 0.45% | 0.98% | - |
| XYZ | 60.61 | 43.15 | 67.42 | - |
| YUV | 179.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 212 | 0 | 0.45 | 0.16 | 0.02 | 320.53 | 0.93 | 0.76 |
| Hex | FB | 89 | D4 | 0 | 2D | 10 | 2 | 141 | 5D | 4C |
| Octal | 373 | 211 | 324 | 0 | 55 | 20 | 2 | 501 | 135 | 114 |
| Binary | 11111011 | 10001001 | 11010100 | 0 | 101101 | 10000 | 10 | 101000001 | 1011101 | 1001100 |
Color Harmonies of #FB89D4
Complementary color
Monochromatic Colors of #FB89D4
Black with #FB89D4
Text Example
Text Example
White with #FB89D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB89D4; }
p { color: rgb(251,137,212); }
H1.HeaderClassName
{
color: #FB89D4;
}
.AnyTagClassName
{
color: #FB89D4;
}
</style>
background-color css
<style>
a { background-color: #FB89D4; }
a { background-color: rgb(251,137,212); }
div.DivClassName
{
background-color: #FB89D4;
}
.BgClassName
{
background-color: #FB89D4;
}
</style>
border-color css
<style>
span { border-color: #FB89D4; }
span { border-color: rgb(251,137,212); }
td.TdClassName
{
border-color: #FB89D4;
}
.TagClassName
{
border-color: #FB89D4;
}
</style>