Shades of Tea Rose #FA7CC5
Tints of Tea Rose #FA7CC5
RGB
CMYK
RGB Variations
Color information
#FA7CC5 (or 0xFA7CC5) is known color: Tea Rose. HEX triplet: FA, 7C and C5. RGB value is (250,124,197). Sum of RGB (Red+Green+Blue) = 250+124+197=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CC5 is #05833A. Grayscale: #A9A9A9. Windows color (decimal): -361275 or 12942586. OLE color: 12942586.
HSL color Cylindrical-coordinate representation of color #FA7CC5: hue angle of 325.24º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CC5 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 197 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.02 |
| HSL | 325.24º | 0.93% | 0.73% | - |
| HSV(B) | 325.24º | 0.5% | 0.98% | - |
| XYZ | 56.71 | 38.77 | 57.32 | - |
| YUV | 170 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 197 | 0 | 0.50 | 0.21 | 0.02 | 325.24 | 0.93 | 0.73 |
| Hex | FA | 7C | C5 | 0 | 32 | 15 | 2 | 145 | 5D | 49 |
| Octal | 372 | 174 | 305 | 0 | 62 | 25 | 2 | 505 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11000101 | 0 | 110010 | 10101 | 10 | 101000101 | 1011101 | 1001001 |
Color Harmonies of #FA7CC5
Complementary color
Monochromatic Colors of #FA7CC5
Black with #FA7CC5
Text Example
Text Example
White with #FA7CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CC5; }
p { color: rgb(250,124,197); }
H1.HeaderClassName
{
color: #FA7CC5;
}
.AnyTagClassName
{
color: #FA7CC5;
}
</style>
background-color css
<style>
a { background-color: #FA7CC5; }
a { background-color: rgb(250,124,197); }
div.DivClassName
{
background-color: #FA7CC5;
}
.BgClassName
{
background-color: #FA7CC5;
}
</style>
border-color css
<style>
span { border-color: #FA7CC5; }
span { border-color: rgb(250,124,197); }
td.TdClassName
{
border-color: #FA7CC5;
}
.TagClassName
{
border-color: #FA7CC5;
}
</style>