Shades of Tea Rose #FA90C4
Tints of Tea Rose #FA90C4
RGB
CMYK
RGB Variations
Color information
#FA90C4 (or 0xFA90C4) is known color: Tea Rose. HEX triplet: FA, 90 and C4. RGB value is (250,144,196). Sum of RGB (Red+Green+Blue) = 250+144+196=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 144 (56.64% from 255 or 24.41% from 590); Blue value is 196 (76.95% from 255 or 33.22% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA90C4 is #056F3B. Grayscale: #B5B5B5. Windows color (decimal): -356156 or 12882170. OLE color: 12882170.
HSL color Cylindrical-coordinate representation of color #FA90C4: hue angle of 330.57º 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 #FA90C4 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 196 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.02 |
| HSL | 330.57º | 0.91% | 0.77% | - |
| HSV(B) | 330.57º | 0.42% | 0.98% | - |
| XYZ | 59.36 | 44.26 | 57.64 | - |
| YUV | 181.62 | 136.12 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 196 | 0 | 0.42 | 0.22 | 0.02 | 330.57 | 0.91 | 0.77 |
| Hex | FA | 90 | C4 | 0 | 2A | 16 | 2 | 14B | 5B | 4D |
| Octal | 372 | 220 | 304 | 0 | 52 | 26 | 2 | 513 | 133 | 115 |
| Binary | 11111010 | 10010000 | 11000100 | 0 | 101010 | 10110 | 10 | 101001011 | 1011011 | 1001101 |
Color Harmonies of #FA90C4
Complementary color
Monochromatic Colors of #FA90C4
Black with #FA90C4
Text Example
Text Example
White with #FA90C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA90C4; }
p { color: rgb(250,144,196); }
H1.HeaderClassName
{
color: #FA90C4;
}
.AnyTagClassName
{
color: #FA90C4;
}
</style>
background-color css
<style>
a { background-color: #FA90C4; }
a { background-color: rgb(250,144,196); }
div.DivClassName
{
background-color: #FA90C4;
}
.BgClassName
{
background-color: #FA90C4;
}
</style>
border-color css
<style>
span { border-color: #FA90C4; }
span { border-color: rgb(250,144,196); }
td.TdClassName
{
border-color: #FA90C4;
}
.TagClassName
{
border-color: #FA90C4;
}
</style>