Shades of Tea Rose #FA90CE
Tints of Tea Rose #FA90CE
RGB
CMYK
RGB Variations
Color information
#FA90CE (or 0xFA90CE) is known color: Tea Rose. HEX triplet: FA, 90 and CE. RGB value is (250,144,206). Sum of RGB (Red+Green+Blue) = 250+144+206=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA90CE is #056F31. Grayscale: #B6B6B6. Windows color (decimal): -356146 or 13537530. OLE color: 13537530.
HSL color Cylindrical-coordinate representation of color #FA90CE: hue angle of 324.91º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA90CE is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 206 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.02 |
| HSL | 324.91º | 0.91% | 0.77% | - |
| HSV(B) | 324.91º | 0.42% | 0.98% | - |
| XYZ | 60.54 | 44.73 | 63.83 | - |
| YUV | 182.76 | 141.12 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 206 | 0 | 0.42 | 0.18 | 0.02 | 324.91 | 0.91 | 0.77 |
| Hex | FA | 90 | CE | 0 | 2A | 12 | 2 | 145 | 5B | 4D |
| Octal | 372 | 220 | 316 | 0 | 52 | 22 | 2 | 505 | 133 | 115 |
| Binary | 11111010 | 10010000 | 11001110 | 0 | 101010 | 10010 | 10 | 101000101 | 1011011 | 1001101 |
Color Harmonies of #FA90CE
Complementary color
Monochromatic Colors of #FA90CE
Black with #FA90CE
Text Example
Text Example
White with #FA90CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA90CE; }
p { color: rgb(250,144,206); }
H1.HeaderClassName
{
color: #FA90CE;
}
.AnyTagClassName
{
color: #FA90CE;
}
</style>
background-color css
<style>
a { background-color: #FA90CE; }
a { background-color: rgb(250,144,206); }
div.DivClassName
{
background-color: #FA90CE;
}
.BgClassName
{
background-color: #FA90CE;
}
</style>
border-color css
<style>
span { border-color: #FA90CE; }
span { border-color: rgb(250,144,206); }
td.TdClassName
{
border-color: #FA90CE;
}
.TagClassName
{
border-color: #FA90CE;
}
</style>