Shades of Tea Rose #FA91C7
Tints of Tea Rose #FA91C7
RGB
CMYK
RGB Variations
Color information
#FA91C7 (or 0xFA91C7) is known color: Tea Rose. HEX triplet: FA, 91 and C7. RGB value is (250,145,199). Sum of RGB (Red+Green+Blue) = 250+145+199=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91C7 is #056E38. Grayscale: #B6B6B6. Windows color (decimal): -355897 or 13079034. OLE color: 13079034.
HSL color Cylindrical-coordinate representation of color #FA91C7: hue angle of 329.14º 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 #FA91C7 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 199 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.02 |
| HSL | 329.14º | 0.91% | 0.77% | - |
| HSV(B) | 329.14º | 0.42% | 0.98% | - |
| XYZ | 59.86 | 44.7 | 59.51 | - |
| YUV | 182.55 | 137.29 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 199 | 0 | 0.42 | 0.20 | 0.02 | 329.14 | 0.91 | 0.77 |
| Hex | FA | 91 | C7 | 0 | 2A | 14 | 2 | 149 | 5B | 4D |
| Octal | 372 | 221 | 307 | 0 | 52 | 24 | 2 | 511 | 133 | 115 |
| Binary | 11111010 | 10010001 | 11000111 | 0 | 101010 | 10100 | 10 | 101001001 | 1011011 | 1001101 |
Color Harmonies of #FA91C7
Complementary color
Monochromatic Colors of #FA91C7
Black with #FA91C7
Text Example
Text Example
White with #FA91C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91C7; }
p { color: rgb(250,145,199); }
H1.HeaderClassName
{
color: #FA91C7;
}
.AnyTagClassName
{
color: #FA91C7;
}
</style>
background-color css
<style>
a { background-color: #FA91C7; }
a { background-color: rgb(250,145,199); }
div.DivClassName
{
background-color: #FA91C7;
}
.BgClassName
{
background-color: #FA91C7;
}
</style>
border-color css
<style>
span { border-color: #FA91C7; }
span { border-color: rgb(250,145,199); }
td.TdClassName
{
border-color: #FA91C7;
}
.TagClassName
{
border-color: #FA91C7;
}
</style>