Shades of Tea Rose #FB91BB
Tints of Tea Rose #FB91BB
RGB
CMYK
RGB Variations
Color information
#FB91BB (or 0xFB91BB) is known color: Tea Rose. HEX triplet: FB, 91 and BB. RGB value is (251,145,187). Sum of RGB (Red+Green+Blue) = 251+145+187=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB91BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB91BB is #046E44. Grayscale: #B5B5B5. Windows color (decimal): -290373 or 12292603. OLE color: 12292603.
HSL color Cylindrical-coordinate representation of color #FB91BB: hue angle of 336.23º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FB91BB is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 187 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.02 |
| HSL | 336.23º | 0.93% | 0.78% | - |
| HSV(B) | 336.23º | 0.42% | 0.98% | - |
| XYZ | 58.88 | 44.35 | 52.47 | - |
| YUV | 181.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 187 | 0 | 0.42 | 0.25 | 0.02 | 336.23 | 0.93 | 0.78 |
| Hex | FB | 91 | BB | 0 | 2A | 19 | 2 | 150 | 5D | 4E |
| Octal | 373 | 221 | 273 | 0 | 52 | 31 | 2 | 520 | 135 | 116 |
| Binary | 11111011 | 10010001 | 10111011 | 0 | 101010 | 11001 | 10 | 101010000 | 1011101 | 1001110 |
Color Harmonies of #FB91BB
Complementary color
Monochromatic Colors of #FB91BB
Black with #FB91BB
Text Example
Text Example
White with #FB91BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB91BB; }
p { color: rgb(251,145,187); }
H1.HeaderClassName
{
color: #FB91BB;
}
.AnyTagClassName
{
color: #FB91BB;
}
</style>
background-color css
<style>
a { background-color: #FB91BB; }
a { background-color: rgb(251,145,187); }
div.DivClassName
{
background-color: #FB91BB;
}
.BgClassName
{
background-color: #FB91BB;
}
</style>
border-color css
<style>
span { border-color: #FB91BB; }
span { border-color: rgb(251,145,187); }
td.TdClassName
{
border-color: #FB91BB;
}
.TagClassName
{
border-color: #FB91BB;
}
</style>