Shades of Tea Rose #FA90C9
Tints of Tea Rose #FA90C9
RGB
CMYK
RGB Variations
Color information
#FA90C9 (or 0xFA90C9) is known color: Tea Rose. HEX triplet: FA, 90 and C9. RGB value is (250,144,201). Sum of RGB (Red+Green+Blue) = 250+144+201=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA90C9 is #056F36. Grayscale: #B6B6B6. Windows color (decimal): -356151 or 13209850. OLE color: 13209850.
HSL color Cylindrical-coordinate representation of color #FA90C9: hue angle of 327.74º 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 #FA90C9 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 201 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.02 |
| HSL | 327.74º | 0.91% | 0.77% | - |
| HSV(B) | 327.74º | 0.42% | 0.98% | - |
| XYZ | 59.94 | 44.49 | 60.69 | - |
| YUV | 182.19 | 138.62 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 201 | 0 | 0.42 | 0.20 | 0.02 | 327.74 | 0.91 | 0.77 |
| Hex | FA | 90 | C9 | 0 | 2A | 14 | 2 | 148 | 5B | 4D |
| Octal | 372 | 220 | 311 | 0 | 52 | 24 | 2 | 510 | 133 | 115 |
| Binary | 11111010 | 10010000 | 11001001 | 0 | 101010 | 10100 | 10 | 101001000 | 1011011 | 1001101 |
Color Harmonies of #FA90C9
Complementary color
Monochromatic Colors of #FA90C9
Black with #FA90C9
Text Example
Text Example
White with #FA90C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA90C9; }
p { color: rgb(250,144,201); }
H1.HeaderClassName
{
color: #FA90C9;
}
.AnyTagClassName
{
color: #FA90C9;
}
</style>
background-color css
<style>
a { background-color: #FA90C9; }
a { background-color: rgb(250,144,201); }
div.DivClassName
{
background-color: #FA90C9;
}
.BgClassName
{
background-color: #FA90C9;
}
</style>
border-color css
<style>
span { border-color: #FA90C9; }
span { border-color: rgb(250,144,201); }
td.TdClassName
{
border-color: #FA90C9;
}
.TagClassName
{
border-color: #FA90C9;
}
</style>