Shades of Tea Rose #FA7CCD
Tints of Tea Rose #FA7CCD
RGB
CMYK
RGB Variations
Color information
#FA7CCD (or 0xFA7CCD) is known color: Tea Rose. HEX triplet: FA, 7C and CD. RGB value is (250,124,205). Sum of RGB (Red+Green+Blue) = 250+124+205=579 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.18% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CCD is #058332. Grayscale: #AAAAAA. Windows color (decimal): -361267 or 13466874. OLE color: 13466874.
HSL color Cylindrical-coordinate representation of color #FA7CCD: hue angle of 321.43º 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 #FA7CCD is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 205 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.02 |
| HSL | 321.43º | 0.93% | 0.73% | - |
| HSV(B) | 321.43º | 0.5% | 0.98% | - |
| XYZ | 57.65 | 39.15 | 62.28 | - |
| YUV | 170.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 205 | 0 | 0.50 | 0.18 | 0.02 | 321.43 | 0.93 | 0.73 |
| Hex | FA | 7C | CD | 0 | 32 | 12 | 2 | 141 | 5D | 49 |
| Octal | 372 | 174 | 315 | 0 | 62 | 22 | 2 | 501 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11001101 | 0 | 110010 | 10010 | 10 | 101000001 | 1011101 | 1001001 |
Color Harmonies of #FA7CCD
Complementary color
Monochromatic Colors of #FA7CCD
Black with #FA7CCD
Text Example
Text Example
White with #FA7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CCD; }
p { color: rgb(250,124,205); }
H1.HeaderClassName
{
color: #FA7CCD;
}
.AnyTagClassName
{
color: #FA7CCD;
}
</style>
background-color css
<style>
a { background-color: #FA7CCD; }
a { background-color: rgb(250,124,205); }
div.DivClassName
{
background-color: #FA7CCD;
}
.BgClassName
{
background-color: #FA7CCD;
}
</style>
border-color css
<style>
span { border-color: #FA7CCD; }
span { border-color: rgb(250,124,205); }
td.TdClassName
{
border-color: #FA7CCD;
}
.TagClassName
{
border-color: #FA7CCD;
}
</style>