Shades of Tea Rose #FA93C0
Tints of Tea Rose #FA93C0
RGB
CMYK
RGB Variations
Color information
#FA93C0 (or 0xFA93C0) is known color: Tea Rose. HEX triplet: FA, 93 and C0. RGB value is (250,147,192). Sum of RGB (Red+Green+Blue) = 250+147+192=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93C0 is #056C3F. Grayscale: #B6B6B6. Windows color (decimal): -355392 or 12620794. OLE color: 12620794.
HSL color Cylindrical-coordinate representation of color #FA93C0: hue angle of 333.79º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FA93C0 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 192 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.02 |
| HSL | 333.79º | 0.91% | 0.78% | - |
| HSV(B) | 333.79º | 0.41% | 0.98% | - |
| XYZ | 59.37 | 45 | 55.43 | - |
| YUV | 182.93 | 133.12 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 192 | 0 | 0.41 | 0.23 | 0.02 | 333.79 | 0.91 | 0.78 |
| Hex | FA | 93 | C0 | 0 | 29 | 17 | 2 | 14E | 5B | 4E |
| Octal | 372 | 223 | 300 | 0 | 51 | 27 | 2 | 516 | 133 | 116 |
| Binary | 11111010 | 10010011 | 11000000 | 0 | 101001 | 10111 | 10 | 101001110 | 1011011 | 1001110 |
Color Harmonies of #FA93C0
Complementary color
Monochromatic Colors of #FA93C0
Black with #FA93C0
Text Example
Text Example
White with #FA93C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA93C0; }
p { color: rgb(250,147,192); }
H1.HeaderClassName
{
color: #FA93C0;
}
.AnyTagClassName
{
color: #FA93C0;
}
</style>
background-color css
<style>
a { background-color: #FA93C0; }
a { background-color: rgb(250,147,192); }
div.DivClassName
{
background-color: #FA93C0;
}
.BgClassName
{
background-color: #FA93C0;
}
</style>
border-color css
<style>
span { border-color: #FA93C0; }
span { border-color: rgb(250,147,192); }
td.TdClassName
{
border-color: #FA93C0;
}
.TagClassName
{
border-color: #FA93C0;
}
</style>