#FA7EC7

Color #FA7EC7 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FA7EC7

Tints of Tea Rose #FA7EC7

Color information

#FA7EC7 (or 0xFA7EC7) is unknown color: approx Tea Rose. HEX triplet: FA, 7E and C7. RGB value is (250,126,199). Sum of RGB (Red+Green+Blue) = 250+126+199=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 199 (78.12% from 255 or 34.61% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7EC7 is #058138. Grayscale: #ABABAB. Windows color (decimal): -360761 or 13074170. OLE color: 13074170.

HSL color Cylindrical-coordinate representation of color #FA7EC7: hue angle of 324.68º 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 #FA7EC7 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB250126199-
CMYK00.500.200.02
HSL324.68º92.54%73.73%-
HSV(B)324.68º49.6%98.04%-
XYZ57.1939.3758.62-
YUV171.4143.58184.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 43.48%
GREEN value IS 126 (49.61% from 255) = 21.91%
BLUE value IS 199 (78.12% from 255) = 34.61%
R=43.48%
G=21.91%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012619900.500.200.02324.6892.5473.73
HexFA7EC70321421455d4a
Octal372176307062242505135112
Binary111110101111110110001110110010101001010100010110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7EC7; }

 p { color: rgb(250,126,199); }

 H1.HeaderClassName
 {
   color: #FA7EC7;
 }
 .AnyTagClassName
 {
   color: #FA7EC7;
 }
</style>
background-color css

<style>
 a { background-color: #FA7EC7; }

 a { background-color: rgb(250,126,199); }

 div.DivClassName
 {
   background-color: #FA7EC7;
 }
 .BgClassName
 {
   background-color: #FA7EC7;
 }
</style>
border-color css

<style>
 span { border-color: #FA7EC7; }

 span { border-color: rgb(250,126,199); }

 td.TdClassName
 {
   border-color: #FA7EC7;
 }
 .TagClassName
 {
   border-color: #FA7EC7;
 }
</style>