Shades of Tea Rose #FF90D0
Tints of Tea Rose #FF90D0
RGB
CMYK
RGB Variations
Color information
#FF90D0 (or 0xFF90D0) is known color: Tea Rose. HEX triplet: FF, 90 and D0. RGB value is (255,144,208). Sum of RGB (Red+Green+Blue) = 255+144+208=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90D0 is #006F2F. Grayscale: #B8B8B8. Windows color (decimal): -28464 or 13668607. OLE color: 13668607.
HSL color Cylindrical-coordinate representation of color #FF90D0: hue angle of 325.41º 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 #FF90D0 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 208 | - |
| CMYK | 0 | 0.44 | 0.18 | 0 |
| HSL | 325.41º | 1% | 0.78% | - |
| HSV(B) | 325.41º | 0.44% | 1% | - |
| XYZ | 62.6 | 45.76 | 65.21 | - |
| YUV | 184.49 | 141.27 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 208 | 0 | 0.44 | 0.18 | 0 | 325.41 | 1 | 0.78 |
| Hex | FF | 90 | D0 | 0 | 2C | 12 | 0 | 145 | 64 | 4E |
| Octal | 377 | 220 | 320 | 0 | 54 | 22 | 0 | 505 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11010000 | 0 | 101100 | 10010 | 0 | 101000101 | 1100100 | 1001110 |
Color Harmonies of #FF90D0
Complementary color
Monochromatic Colors of #FF90D0
Black with #FF90D0
Text Example
Text Example
White with #FF90D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90D0; }
p { color: rgb(255,144,208); }
H1.HeaderClassName
{
color: #FF90D0;
}
.AnyTagClassName
{
color: #FF90D0;
}
</style>
background-color css
<style>
a { background-color: #FF90D0; }
a { background-color: rgb(255,144,208); }
div.DivClassName
{
background-color: #FF90D0;
}
.BgClassName
{
background-color: #FF90D0;
}
</style>
border-color css
<style>
span { border-color: #FF90D0; }
span { border-color: rgb(255,144,208); }
td.TdClassName
{
border-color: #FF90D0;
}
.TagClassName
{
border-color: #FF90D0;
}
</style>