Shades of Tea Rose #FF90CE
Tints of Tea Rose #FF90CE
RGB
CMYK
RGB Variations
Color information
#FF90CE (or 0xFF90CE) is known color: Tea Rose. HEX triplet: FF, 90 and CE. RGB value is (255,144,206). Sum of RGB (Red+Green+Blue) = 255+144+206=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90CE is #006F31. Grayscale: #B8B8B8. Windows color (decimal): -28466 or 13537535. OLE color: 13537535.
HSL color Cylindrical-coordinate representation of color #FF90CE: hue angle of 326.49º 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 #FF90CE is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 206 | - |
| CMYK | 0 | 0.44 | 0.19 | 0 |
| HSL | 326.49º | 1% | 0.78% | - |
| HSV(B) | 326.49º | 0.44% | 1% | - |
| XYZ | 62.35 | 45.66 | 63.92 | - |
| YUV | 184.26 | 140.27 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 206 | 0 | 0.44 | 0.19 | 0 | 326.49 | 1 | 0.78 |
| Hex | FF | 90 | CE | 0 | 2C | 13 | 0 | 146 | 64 | 4E |
| Octal | 377 | 220 | 316 | 0 | 54 | 23 | 0 | 506 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11001110 | 0 | 101100 | 10011 | 0 | 101000110 | 1100100 | 1001110 |
Color Harmonies of #FF90CE
Complementary color
Monochromatic Colors of #FF90CE
Black with #FF90CE
Text Example
Text Example
White with #FF90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90CE; }
p { color: rgb(255,144,206); }
H1.HeaderClassName
{
color: #FF90CE;
}
.AnyTagClassName
{
color: #FF90CE;
}
</style>
background-color css
<style>
a { background-color: #FF90CE; }
a { background-color: rgb(255,144,206); }
div.DivClassName
{
background-color: #FF90CE;
}
.BgClassName
{
background-color: #FF90CE;
}
</style>
border-color css
<style>
span { border-color: #FF90CE; }
span { border-color: rgb(255,144,206); }
td.TdClassName
{
border-color: #FF90CE;
}
.TagClassName
{
border-color: #FF90CE;
}
</style>