Shades of Tea Rose #FF90D3
Tints of Tea Rose #FF90D3
RGB
CMYK
RGB Variations
Color information
#FF90D3 (or 0xFF90D3) is known color: Tea Rose. HEX triplet: FF, 90 and D3. RGB value is (255,144,211). Sum of RGB (Red+Green+Blue) = 255+144+211=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 144 (56.64% from 255 or 23.61% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90D3 is #006F2C. Grayscale: #B8B8B8. Windows color (decimal): -28461 or 13865215. OLE color: 13865215.
HSL color Cylindrical-coordinate representation of color #FF90D3: hue angle of 323.78º 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 #FF90D3 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 211 | - |
| CMYK | 0 | 0.44 | 0.17 | 0 |
| HSL | 323.78º | 1% | 0.78% | - |
| HSV(B) | 323.78º | 0.44% | 1% | - |
| XYZ | 62.97 | 45.91 | 67.17 | - |
| YUV | 184.83 | 142.77 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 211 | 0 | 0.44 | 0.17 | 0 | 323.78 | 1 | 0.78 |
| Hex | FF | 90 | D3 | 0 | 2C | 11 | 0 | 144 | 64 | 4E |
| Octal | 377 | 220 | 323 | 0 | 54 | 21 | 0 | 504 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11010011 | 0 | 101100 | 10001 | 0 | 101000100 | 1100100 | 1001110 |
Color Harmonies of #FF90D3
Complementary color
Monochromatic Colors of #FF90D3
Black with #FF90D3
Text Example
Text Example
White with #FF90D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90D3; }
p { color: rgb(255,144,211); }
H1.HeaderClassName
{
color: #FF90D3;
}
.AnyTagClassName
{
color: #FF90D3;
}
</style>
background-color css
<style>
a { background-color: #FF90D3; }
a { background-color: rgb(255,144,211); }
div.DivClassName
{
background-color: #FF90D3;
}
.BgClassName
{
background-color: #FF90D3;
}
</style>
border-color css
<style>
span { border-color: #FF90D3; }
span { border-color: rgb(255,144,211); }
td.TdClassName
{
border-color: #FF90D3;
}
.TagClassName
{
border-color: #FF90D3;
}
</style>