Shades of Tea Rose #FA94C2
Tints of Tea Rose #FA94C2
RGB
CMYK
RGB Variations
Color information
#FA94C2 (or 0xFA94C2) is known color: Tea Rose. HEX triplet: FA, 94 and C2. RGB value is (250,148,194). Sum of RGB (Red+Green+Blue) = 250+148+194=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA94C2 is #056B3D. Grayscale: #B7B7B7. Windows color (decimal): -355134 or 12752122. OLE color: 12752122.
HSL color Cylindrical-coordinate representation of color #FA94C2: hue angle of 332.94º 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 #FA94C2 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 148 | 194 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.02 |
| HSL | 332.94º | 0.91% | 0.78% | - |
| HSV(B) | 332.94º | 0.41% | 0.98% | - |
| XYZ | 59.75 | 45.4 | 56.65 | - |
| YUV | 183.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 148 | 194 | 0 | 0.41 | 0.22 | 0.02 | 332.94 | 0.91 | 0.78 |
| Hex | FA | 94 | C2 | 0 | 29 | 16 | 2 | 14D | 5B | 4E |
| Octal | 372 | 224 | 302 | 0 | 51 | 26 | 2 | 515 | 133 | 116 |
| Binary | 11111010 | 10010100 | 11000010 | 0 | 101001 | 10110 | 10 | 101001101 | 1011011 | 1001110 |
Color Harmonies of #FA94C2
Complementary color
Monochromatic Colors of #FA94C2
Black with #FA94C2
Text Example
Text Example
White with #FA94C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA94C2; }
p { color: rgb(250,148,194); }
H1.HeaderClassName
{
color: #FA94C2;
}
.AnyTagClassName
{
color: #FA94C2;
}
</style>
background-color css
<style>
a { background-color: #FA94C2; }
a { background-color: rgb(250,148,194); }
div.DivClassName
{
background-color: #FA94C2;
}
.BgClassName
{
background-color: #FA94C2;
}
</style>
border-color css
<style>
span { border-color: #FA94C2; }
span { border-color: rgb(250,148,194); }
td.TdClassName
{
border-color: #FA94C2;
}
.TagClassName
{
border-color: #FA94C2;
}
</style>