Shades of Tea Rose #FA93C1
Tints of Tea Rose #FA93C1
RGB
CMYK
RGB Variations
Color information
#FA93C1 (or 0xFA93C1) is known color: Tea Rose. HEX triplet: FA, 93 and C1. RGB value is (250,147,193). Sum of RGB (Red+Green+Blue) = 250+147+193=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA93C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA93C1 is #056C3E. Grayscale: #B6B6B6. Windows color (decimal): -355391 or 12686330. OLE color: 12686330.
HSL color Cylindrical-coordinate representation of color #FA93C1: hue angle of 333.2º 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 #FA93C1 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 193 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.02 |
| HSL | 333.2º | 0.91% | 0.78% | - |
| HSV(B) | 333.2º | 0.41% | 0.98% | - |
| XYZ | 59.48 | 45.04 | 56.01 | - |
| YUV | 183.04 | 133.62 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 193 | 0 | 0.41 | 0.23 | 0.02 | 333.2 | 0.91 | 0.78 |
| Hex | FA | 93 | C1 | 0 | 29 | 17 | 2 | 14D | 5B | 4E |
| Octal | 372 | 223 | 301 | 0 | 51 | 27 | 2 | 515 | 133 | 116 |
| Binary | 11111010 | 10010011 | 11000001 | 0 | 101001 | 10111 | 10 | 101001101 | 1011011 | 1001110 |
Color Harmonies of #FA93C1
Complementary color
Monochromatic Colors of #FA93C1
Black with #FA93C1
Text Example
Text Example
White with #FA93C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA93C1; }
p { color: rgb(250,147,193); }
H1.HeaderClassName
{
color: #FA93C1;
}
.AnyTagClassName
{
color: #FA93C1;
}
</style>
background-color css
<style>
a { background-color: #FA93C1; }
a { background-color: rgb(250,147,193); }
div.DivClassName
{
background-color: #FA93C1;
}
.BgClassName
{
background-color: #FA93C1;
}
</style>
border-color css
<style>
span { border-color: #FA93C1; }
span { border-color: rgb(250,147,193); }
td.TdClassName
{
border-color: #FA93C1;
}
.TagClassName
{
border-color: #FA93C1;
}
</style>