Shades of Tea Rose #FB89CF
Tints of Tea Rose #FB89CF
RGB
CMYK
RGB Variations
Color information
#FB89CF (or 0xFB89CF) is known color: Tea Rose. HEX triplet: FB, 89 and CF. RGB value is (251,137,207). Sum of RGB (Red+Green+Blue) = 251+137+207=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 137 (53.91% from 255 or 23.03% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FB89CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB89CF is #047630. Grayscale: #B2B2B2. Windows color (decimal): -292401 or 13601275. OLE color: 13601275.
HSL color Cylindrical-coordinate representation of color #FB89CF: hue angle of 323.16º 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 #FB89CF is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 137 | 207 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.02 |
| HSL | 323.16º | 0.93% | 0.76% | - |
| HSV(B) | 323.16º | 0.45% | 0.98% | - |
| XYZ | 59.99 | 42.91 | 64.15 | - |
| YUV | 179.07 | 143.77 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 137 | 207 | 0 | 0.45 | 0.18 | 0.02 | 323.16 | 0.93 | 0.76 |
| Hex | FB | 89 | CF | 0 | 2D | 12 | 2 | 143 | 5D | 4C |
| Octal | 373 | 211 | 317 | 0 | 55 | 22 | 2 | 503 | 135 | 114 |
| Binary | 11111011 | 10001001 | 11001111 | 0 | 101101 | 10010 | 10 | 101000011 | 1011101 | 1001100 |
Color Harmonies of #FB89CF
Complementary color
Monochromatic Colors of #FB89CF
Black with #FB89CF
Text Example
Text Example
White with #FB89CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB89CF; }
p { color: rgb(251,137,207); }
H1.HeaderClassName
{
color: #FB89CF;
}
.AnyTagClassName
{
color: #FB89CF;
}
</style>
background-color css
<style>
a { background-color: #FB89CF; }
a { background-color: rgb(251,137,207); }
div.DivClassName
{
background-color: #FB89CF;
}
.BgClassName
{
background-color: #FB89CF;
}
</style>
border-color css
<style>
span { border-color: #FB89CF; }
span { border-color: rgb(251,137,207); }
td.TdClassName
{
border-color: #FB89CF;
}
.TagClassName
{
border-color: #FB89CF;
}
</style>