Shades of Tea Rose #FA7ED2
Tints of Tea Rose #FA7ED2
RGB
CMYK
RGB Variations
Color information
#FA7ED2 (or 0xFA7ED2) is known color: Tea Rose. HEX triplet: FA, 7E and D2. RGB value is (250,126,210). Sum of RGB (Red+Green+Blue) = 250+126+210=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 210 (82.42% from 255 or 35.84% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7ED2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7ED2 is #05812D. Grayscale: #ACACAC. Windows color (decimal): -360750 or 13795066. OLE color: 13795066.
HSL color Cylindrical-coordinate representation of color #FA7ED2: hue angle of 319.35º 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 #FA7ED2 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 210 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.02 |
| HSL | 319.35º | 0.93% | 0.74% | - |
| HSV(B) | 319.35º | 0.5% | 0.98% | - |
| XYZ | 58.52 | 39.9 | 65.59 | - |
| YUV | 172.65 | 149.08 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 210 | 0 | 0.50 | 0.16 | 0.02 | 319.35 | 0.93 | 0.74 |
| Hex | FA | 7E | D2 | 0 | 32 | 10 | 2 | 13F | 5D | 4A |
| Octal | 372 | 176 | 322 | 0 | 62 | 20 | 2 | 477 | 135 | 112 |
| Binary | 11111010 | 1111110 | 11010010 | 0 | 110010 | 10000 | 10 | 100111111 | 1011101 | 1001010 |
Color Harmonies of #FA7ED2
Complementary color
Monochromatic Colors of #FA7ED2
Black with #FA7ED2
Text Example
Text Example
White with #FA7ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7ED2; }
p { color: rgb(250,126,210); }
H1.HeaderClassName
{
color: #FA7ED2;
}
.AnyTagClassName
{
color: #FA7ED2;
}
</style>
background-color css
<style>
a { background-color: #FA7ED2; }
a { background-color: rgb(250,126,210); }
div.DivClassName
{
background-color: #FA7ED2;
}
.BgClassName
{
background-color: #FA7ED2;
}
</style>
border-color css
<style>
span { border-color: #FA7ED2; }
span { border-color: rgb(250,126,210); }
td.TdClassName
{
border-color: #FA7ED2;
}
.TagClassName
{
border-color: #FA7ED2;
}
</style>