Shades of Tea Rose #FF90BE
Tints of Tea Rose #FF90BE
RGB
CMYK
RGB Variations
Color information
#FF90BE (or 0xFF90BE) is known color: Tea Rose. HEX triplet: FF, 90 and BE. RGB value is (255,144,190). Sum of RGB (Red+Green+Blue) = 255+144+190=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90BE is #006F41. Grayscale: #B6B6B6. Windows color (decimal): -28482 or 12488959. OLE color: 12488959.
HSL color Cylindrical-coordinate representation of color #FF90BE: hue angle of 335.14º 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 #FF90BE is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 190 | - |
| CMYK | 0 | 0.44 | 0.25 | 0 |
| HSL | 335.14º | 1% | 0.78% | - |
| HSV(B) | 335.14º | 0.44% | 1% | - |
| XYZ | 60.51 | 44.92 | 54.2 | - |
| YUV | 182.43 | 132.27 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 190 | 0 | 0.44 | 0.25 | 0 | 335.14 | 1 | 0.78 |
| Hex | FF | 90 | BE | 0 | 2C | 19 | 0 | 14F | 64 | 4E |
| Octal | 377 | 220 | 276 | 0 | 54 | 31 | 0 | 517 | 144 | 116 |
| Binary | 11111111 | 10010000 | 10111110 | 0 | 101100 | 11001 | 0 | 101001111 | 1100100 | 1001110 |
Color Harmonies of #FF90BE
Complementary color
Monochromatic Colors of #FF90BE
Black with #FF90BE
Text Example
Text Example
White with #FF90BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90BE; }
p { color: rgb(255,144,190); }
H1.HeaderClassName
{
color: #FF90BE;
}
.AnyTagClassName
{
color: #FF90BE;
}
</style>
background-color css
<style>
a { background-color: #FF90BE; }
a { background-color: rgb(255,144,190); }
div.DivClassName
{
background-color: #FF90BE;
}
.BgClassName
{
background-color: #FF90BE;
}
</style>
border-color css
<style>
span { border-color: #FF90BE; }
span { border-color: rgb(255,144,190); }
td.TdClassName
{
border-color: #FF90BE;
}
.TagClassName
{
border-color: #FF90BE;
}
</style>