Shades of Tea Rose #FF90BB
Tints of Tea Rose #FF90BB
RGB
CMYK
RGB Variations
Color information
#FF90BB (or 0xFF90BB) is known color: Tea Rose. HEX triplet: FF, 90 and BB. RGB value is (255,144,187). Sum of RGB (Red+Green+Blue) = 255+144+187=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90BB is #006F44. Grayscale: #B6B6B6. Windows color (decimal): -28485 or 12292351. OLE color: 12292351.
HSL color Cylindrical-coordinate representation of color #FF90BB: hue angle of 336.76º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF90BB is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 187 | - |
| CMYK | 0 | 0.44 | 0.27 | 0 |
| HSL | 336.76º | 1% | 0.78% | - |
| HSV(B) | 336.76º | 0.44% | 1% | - |
| XYZ | 60.18 | 44.79 | 52.49 | - |
| YUV | 182.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 187 | 0 | 0.44 | 0.27 | 0 | 336.76 | 1 | 0.78 |
| Hex | FF | 90 | BB | 0 | 2C | 1B | 0 | 151 | 64 | 4E |
| Octal | 377 | 220 | 273 | 0 | 54 | 33 | 0 | 521 | 144 | 116 |
| Binary | 11111111 | 10010000 | 10111011 | 0 | 101100 | 11011 | 0 | 101010001 | 1100100 | 1001110 |
Color Harmonies of #FF90BB
Complementary color
Monochromatic Colors of #FF90BB
Black with #FF90BB
Text Example
Text Example
White with #FF90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90BB; }
p { color: rgb(255,144,187); }
H1.HeaderClassName
{
color: #FF90BB;
}
.AnyTagClassName
{
color: #FF90BB;
}
</style>
background-color css
<style>
a { background-color: #FF90BB; }
a { background-color: rgb(255,144,187); }
div.DivClassName
{
background-color: #FF90BB;
}
.BgClassName
{
background-color: #FF90BB;
}
</style>
border-color css
<style>
span { border-color: #FF90BB; }
span { border-color: rgb(255,144,187); }
td.TdClassName
{
border-color: #FF90BB;
}
.TagClassName
{
border-color: #FF90BB;
}
</style>