Shades of Tea Rose #FB90BF
Tints of Tea Rose #FB90BF
RGB
CMYK
RGB Variations
Color information
#FB90BF (or 0xFB90BF) is known color: Tea Rose. HEX triplet: FB, 90 and BF. RGB value is (251,144,191). Sum of RGB (Red+Green+Blue) = 251+144+191=586 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.83% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90BF is #046F40. Grayscale: #B5B5B5. Windows color (decimal): -290625 or 12554491. OLE color: 12554491.
HSL color Cylindrical-coordinate representation of color #FB90BF: hue angle of 333.64º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB90BF is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 191 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.02 |
| HSL | 333.64º | 0.93% | 0.77% | - |
| HSV(B) | 333.64º | 0.43% | 0.98% | - |
| XYZ | 59.16 | 44.22 | 54.71 | - |
| YUV | 181.35 | 133.45 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 191 | 0 | 0.43 | 0.24 | 0.02 | 333.64 | 0.93 | 0.77 |
| Hex | FB | 90 | BF | 0 | 2B | 18 | 2 | 14E | 5D | 4D |
| Octal | 373 | 220 | 277 | 0 | 53 | 30 | 2 | 516 | 135 | 115 |
| Binary | 11111011 | 10010000 | 10111111 | 0 | 101011 | 11000 | 10 | 101001110 | 1011101 | 1001101 |
Color Harmonies of #FB90BF
Complementary color
Monochromatic Colors of #FB90BF
Black with #FB90BF
Text Example
Text Example
White with #FB90BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90BF; }
p { color: rgb(251,144,191); }
H1.HeaderClassName
{
color: #FB90BF;
}
.AnyTagClassName
{
color: #FB90BF;
}
</style>
background-color css
<style>
a { background-color: #FB90BF; }
a { background-color: rgb(251,144,191); }
div.DivClassName
{
background-color: #FB90BF;
}
.BgClassName
{
background-color: #FB90BF;
}
</style>
border-color css
<style>
span { border-color: #FB90BF; }
span { border-color: rgb(251,144,191); }
td.TdClassName
{
border-color: #FB90BF;
}
.TagClassName
{
border-color: #FB90BF;
}
</style>