Shades of Tea Rose #FA7DC7
Tints of Tea Rose #FA7DC7
RGB
CMYK
RGB Variations
Color information
#FA7DC7 (or 0xFA7DC7) is known color: Tea Rose. HEX triplet: FA, 7D and C7. RGB value is (250,125,199). Sum of RGB (Red+Green+Blue) = 250+125+199=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DC7 is #058238. Grayscale: #AAAAAA. Windows color (decimal): -361017 or 13073914. OLE color: 13073914.
HSL color Cylindrical-coordinate representation of color #FA7DC7: hue angle of 324.48º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7DC7 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 199 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.02 |
| HSL | 324.48º | 0.93% | 0.74% | - |
| HSV(B) | 324.48º | 0.5% | 0.98% | - |
| XYZ | 57.07 | 39.11 | 58.57 | - |
| YUV | 170.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 199 | 0 | 0.50 | 0.20 | 0.02 | 324.48 | 0.93 | 0.74 |
| Hex | FA | 7D | C7 | 0 | 32 | 14 | 2 | 144 | 5D | 4A |
| Octal | 372 | 175 | 307 | 0 | 62 | 24 | 2 | 504 | 135 | 112 |
| Binary | 11111010 | 1111101 | 11000111 | 0 | 110010 | 10100 | 10 | 101000100 | 1011101 | 1001010 |
Color Harmonies of #FA7DC7
Complementary color
Monochromatic Colors of #FA7DC7
Black with #FA7DC7
Text Example
Text Example
White with #FA7DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7DC7; }
p { color: rgb(250,125,199); }
H1.HeaderClassName
{
color: #FA7DC7;
}
.AnyTagClassName
{
color: #FA7DC7;
}
</style>
background-color css
<style>
a { background-color: #FA7DC7; }
a { background-color: rgb(250,125,199); }
div.DivClassName
{
background-color: #FA7DC7;
}
.BgClassName
{
background-color: #FA7DC7;
}
</style>
border-color css
<style>
span { border-color: #FA7DC7; }
span { border-color: rgb(250,125,199); }
td.TdClassName
{
border-color: #FA7DC7;
}
.TagClassName
{
border-color: #FA7DC7;
}
</style>