Shades of Tea Rose #FF90CC
Tints of Tea Rose #FF90CC
RGB
CMYK
RGB Variations
Color information
#FF90CC (or 0xFF90CC) is known color: Tea Rose. HEX triplet: FF, 90 and CC. RGB value is (255,144,204). Sum of RGB (Red+Green+Blue) = 255+144+204=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90CC is #006F33. Grayscale: #B7B7B7. Windows color (decimal): -28468 or 13406463. OLE color: 13406463.
HSL color Cylindrical-coordinate representation of color #FF90CC: hue angle of 327.57º 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 #FF90CC is Cyan = 0, Magento = 0.44, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 204 | - |
| CMYK | 0 | 0.44 | 0.2 | 0 |
| HSL | 327.57º | 1% | 0.78% | - |
| HSV(B) | 327.57º | 0.44% | 1% | - |
| XYZ | 62.11 | 45.57 | 62.65 | - |
| YUV | 184.03 | 139.27 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 204 | 0 | 0.44 | 0.2 | 0 | 327.57 | 1 | 0.78 |
| Hex | FF | 90 | CC | 0 | 2C | 14 | 0 | 148 | 64 | 4E |
| Octal | 377 | 220 | 314 | 0 | 54 | 24 | 0 | 510 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11001100 | 0 | 101100 | 10100 | 0 | 101001000 | 1100100 | 1001110 |
Color Harmonies of #FF90CC
Complementary color
Monochromatic Colors of #FF90CC
Black with #FF90CC
Text Example
Text Example
White with #FF90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90CC; }
p { color: rgb(255,144,204); }
H1.HeaderClassName
{
color: #FF90CC;
}
.AnyTagClassName
{
color: #FF90CC;
}
</style>
background-color css
<style>
a { background-color: #FF90CC; }
a { background-color: rgb(255,144,204); }
div.DivClassName
{
background-color: #FF90CC;
}
.BgClassName
{
background-color: #FF90CC;
}
</style>
border-color css
<style>
span { border-color: #FF90CC; }
span { border-color: rgb(255,144,204); }
td.TdClassName
{
border-color: #FF90CC;
}
.TagClassName
{
border-color: #FF90CC;
}
</style>