Shades of Tea Rose #FF90BF
Tints of Tea Rose #FF90BF
RGB
CMYK
RGB Variations
Color information
#FF90BF (or 0xFF90BF) is known color: Tea Rose. HEX triplet: FF, 90 and BF. RGB value is (255,144,191). Sum of RGB (Red+Green+Blue) = 255+144+191=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90BF is #006F40. Grayscale: #B6B6B6. Windows color (decimal): -28481 or 12554495. OLE color: 12554495.
HSL color Cylindrical-coordinate representation of color #FF90BF: hue angle of 334.59º 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 #FF90BF is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 191 | - |
| CMYK | 0 | 0.44 | 0.25 | 0 |
| HSL | 334.59º | 1% | 0.78% | - |
| HSV(B) | 334.59º | 0.44% | 1% | - |
| XYZ | 60.62 | 44.97 | 54.78 | - |
| YUV | 182.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 191 | 0 | 0.44 | 0.25 | 0 | 334.59 | 1 | 0.78 |
| Hex | FF | 90 | BF | 0 | 2C | 19 | 0 | 14F | 64 | 4E |
| Octal | 377 | 220 | 277 | 0 | 54 | 31 | 0 | 517 | 144 | 116 |
| Binary | 11111111 | 10010000 | 10111111 | 0 | 101100 | 11001 | 0 | 101001111 | 1100100 | 1001110 |
Color Harmonies of #FF90BF
Complementary color
Monochromatic Colors of #FF90BF
Black with #FF90BF
Text Example
Text Example
White with #FF90BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90BF; }
p { color: rgb(255,144,191); }
H1.HeaderClassName
{
color: #FF90BF;
}
.AnyTagClassName
{
color: #FF90BF;
}
</style>
background-color css
<style>
a { background-color: #FF90BF; }
a { background-color: rgb(255,144,191); }
div.DivClassName
{
background-color: #FF90BF;
}
.BgClassName
{
background-color: #FF90BF;
}
</style>
border-color css
<style>
span { border-color: #FF90BF; }
span { border-color: rgb(255,144,191); }
td.TdClassName
{
border-color: #FF90BF;
}
.TagClassName
{
border-color: #FF90BF;
}
</style>