Shades of Tea Rose #FF91BB
Tints of Tea Rose #FF91BB
RGB
CMYK
RGB Variations
Color information
#FF91BB (or 0xFF91BB) is known color: Tea Rose. HEX triplet: FF, 91 and BB. RGB value is (255,145,187). Sum of RGB (Red+Green+Blue) = 255+145+187=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF91BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF91BB is #006E44. Grayscale: #B6B6B6. Windows color (decimal): -28229 or 12292607. OLE color: 12292607.
HSL color Cylindrical-coordinate representation of color #FF91BB: hue angle of 337.09º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF91BB is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 145 | 187 | - |
| CMYK | 0 | 0.43 | 0.27 | 0 |
| HSL | 337.09º | 1% | 0.78% | - |
| HSV(B) | 337.09º | 0.43% | 1% | - |
| XYZ | 60.34 | 45.1 | 52.54 | - |
| YUV | 182.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 145 | 187 | 0 | 0.43 | 0.27 | 0 | 337.09 | 1 | 0.78 |
| Hex | FF | 91 | BB | 0 | 2B | 1B | 0 | 151 | 64 | 4E |
| Octal | 377 | 221 | 273 | 0 | 53 | 33 | 0 | 521 | 144 | 116 |
| Binary | 11111111 | 10010001 | 10111011 | 0 | 101011 | 11011 | 0 | 101010001 | 1100100 | 1001110 |
Color Harmonies of #FF91BB
Complementary color
Monochromatic Colors of #FF91BB
Black with #FF91BB
Text Example
Text Example
White with #FF91BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF91BB; }
p { color: rgb(255,145,187); }
H1.HeaderClassName
{
color: #FF91BB;
}
.AnyTagClassName
{
color: #FF91BB;
}
</style>
background-color css
<style>
a { background-color: #FF91BB; }
a { background-color: rgb(255,145,187); }
div.DivClassName
{
background-color: #FF91BB;
}
.BgClassName
{
background-color: #FF91BB;
}
</style>
border-color css
<style>
span { border-color: #FF91BB; }
span { border-color: rgb(255,145,187); }
td.TdClassName
{
border-color: #FF91BB;
}
.TagClassName
{
border-color: #FF91BB;
}
</style>