Shades of Tea Rose #FA7FCD
Tints of Tea Rose #FA7FCD
RGB
CMYK
RGB Variations
Color information
#FA7FCD (or 0xFA7FCD) is known color: Tea Rose. HEX triplet: FA, 7F and CD. RGB value is (250,127,205). Sum of RGB (Red+Green+Blue) = 250+127+205=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FCD is #058032. Grayscale: #ACACAC. Windows color (decimal): -360499 or 13467642. OLE color: 13467642.
HSL color Cylindrical-coordinate representation of color #FA7FCD: hue angle of 321.95º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA7FCD is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 205 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.02 |
| HSL | 321.95º | 0.92% | 0.74% | - |
| HSV(B) | 321.95º | 0.49% | 0.98% | - |
| XYZ | 58.03 | 39.91 | 62.4 | - |
| YUV | 172.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 205 | 0 | 0.49 | 0.18 | 0.02 | 321.95 | 0.92 | 0.74 |
| Hex | FA | 7F | CD | 0 | 31 | 12 | 2 | 142 | 5C | 4A |
| Octal | 372 | 177 | 315 | 0 | 61 | 22 | 2 | 502 | 134 | 112 |
| Binary | 11111010 | 1111111 | 11001101 | 0 | 110001 | 10010 | 10 | 101000010 | 1011100 | 1001010 |
Color Harmonies of #FA7FCD
Complementary color
Monochromatic Colors of #FA7FCD
Black with #FA7FCD
Text Example
Text Example
White with #FA7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7FCD; }
p { color: rgb(250,127,205); }
H1.HeaderClassName
{
color: #FA7FCD;
}
.AnyTagClassName
{
color: #FA7FCD;
}
</style>
background-color css
<style>
a { background-color: #FA7FCD; }
a { background-color: rgb(250,127,205); }
div.DivClassName
{
background-color: #FA7FCD;
}
.BgClassName
{
background-color: #FA7FCD;
}
</style>
border-color css
<style>
span { border-color: #FA7FCD; }
span { border-color: rgb(250,127,205); }
td.TdClassName
{
border-color: #FA7FCD;
}
.TagClassName
{
border-color: #FA7FCD;
}
</style>